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

In This Topic
    SetStyle Method (C1SpellDialog)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub SetStyle( _
       ByVal flag As System.Windows.Forms.ControlStyles, _
       ByVal value As System.Boolean _
    ) 
    protected void SetStyle( 
       System.Windows.Forms.ControlStyles flag,
       System.bool value
    )

    Parameters

    flag
    value
    See Also