ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / C1SpellDialog Class
Members

In This Topic
    C1SpellDialog Class
    In This Topic
    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