ComponentOne SpellChecker for WinForms
C1SpellDialog Class
Members 

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace : C1SpellDialog Class
Dialog that displays spelling mistakes and allows the user to correct them.
Object Model
C1SpellDialog Class
Syntax
'Declaration
 
Public Class C1SpellDialog 
   Inherits System.Windows.Forms.Form
   Implements ISpellDialog 
public class C1SpellDialog : System.Windows.Forms.Form, ISpellDialog  
Remarks
This dialog is created and shown by the C1SpellChecker component when you call the CheckControl(ISpellCheckableEditor) method.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.Form
                     C1.Win.C1SpellChecker.C1SpellDialog

See Also

Reference

C1SpellDialog Members
C1.Win.C1SpellChecker Namespace