[]
ClickableElementStyle contains display attributes that determine the general appearance of the clickable element on the screen.
public class ClickableElementStyle : BaseElementStyle
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. |
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. |