[]
        
(Showing Draft Content)

C1.Win.RulesManager.Styles.ClickableElementStyle

ClickableElementStyle Class

ClickableElementStyle contains display attributes that determine the general appearance of the clickable element on the screen.

Inheritance
ClickableElementStyle
Namespace: C1.Win.RulesManager.Styles
Assembly: C1.Win.RulesManager.4.8.dll
Syntax
public class ClickableElementStyle : BaseElementStyle

Properties

Name Description
Default

Gets style containing display attributes that determine the general appearance of the element in the default state.

Hot

Gets style containing display attributes that determine the general appearance of element on the screen when the cursor is over it.

HotPressed

Gets style containing display attributes that determine the general appearance of the pressed element on the screen when the cursor is over it.

Pressed

Gets style containing display attributes that determine the general appearance of pressed element on the screen.

Selected

Gets style containing display attributes that determine the general appearance of the selected element on the screen.

Methods

Name Description
ApplyToStyle(Style)

Applies style to the specified C1.Framework.Style if it is possible.

BaseApplyToStyle(Style)

Applies Style base properties to the specified C1.Framework.Style.