ComponentOne RulesManager for WinForms
C1.Win.RulesManager.Styles Namespace / ClickableElementStyle Class / HotPressed Property

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