ComponentOne RulesManager for WinForms
C1.Win.RulesManager.Styles Namespace / TextBoxStyle Class / Disabled Property

In This Topic
    Disabled Property (TextBoxStyle)
    In This Topic
    Gets style containing display attributes that determine the general appearance of the element when it is disabled.
    Syntax
    'Declaration
     
    
    Public Property Disabled As StateElementStyle
    public StateElementStyle Disabled {get; set;}
    See Also