ComponentOne SpellChecker for WPF and Silverlight
C1.WPF.SpellChecker Namespace / SpellDictionaryBase Class / Enabled Property

In This Topic
    Enabled Property (SpellDictionaryBase)
    In This Topic
    Gets or sets whether the dictionary is enabled.
    Syntax
    'Declaration
     
    
    Public Overridable Property Enabled As Boolean
    public virtual bool Enabled {get; set;}
    See Also