[]
The CloseButtonStyle class represents the styles for the close button of the C1SplitterPanel control.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class CloseButtonStyle : ButtonStyle, IDisposable
Name | Description |
---|---|
Hot | Gets a style containing display attributes that determine the general appearance of element on the screen when the cursor is over it. |
Pressed | Gets a style containing display attributes that determine the general appearance of the pressed element on the screen. |
Name | Description |
---|---|
Dispose() | Clean up any resources being used. |
ResetHot() | Restores the default value of the Hot property. |
ResetPressed() | Restores the default value of the Pressed property. |
ShouldSerializeHot() | Specifies whether to save the value of the Hot property. |
ShouldSerializePressed() | Specifies whether to save the value of the Pressed property. |