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

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