ComponentOne FinancialChart for WPF
C1.WPF Namespace / ISpellChecker Interface / Enabled Property



In This Topic
    Enabled Property
    In This Topic
    Gets a value that indicates whether the main spelling dictionary has been loaded.
    Syntax
    'Declaration
     
    
    ReadOnly Property Enabled As Boolean
    'Usage
     
    
    Dim instance As ISpellChecker
    Dim value As Boolean
     
    value = instance.Enabled
    bool Enabled {get;}
    property bool Enabled {
       bool get();
    }
    See Also