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

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