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

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