ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / C1SpellChecker Class / C1SpellChecker Constructor / C1SpellChecker Constructor(IContainer)
An System.ComponentModel.IContainerthat represents the container of the C1SpellChecker.

In This Topic
    C1SpellChecker Constructor(IContainer)
    In This Topic
    Initializes a new instance of a C1SpellChecker.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal container As System.ComponentModel.IContainer _
    )
    public C1SpellChecker( 
       System.ComponentModel.IContainer container
    )

    Parameters

    container
    An System.ComponentModel.IContainerthat represents the container of the C1SpellChecker.
    See Also