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

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