[]
The ButtonStyle class represents the style of one state for the close button of the C1SplitterPanel control.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ButtonStyle : IDisposable
Name | Description |
---|---|
ButtonStyle() |
Name | Description |
---|---|
BackColor | Gets or sets the Color used to paint the button background. |
Border | Gets or sets the border around the button. |
BorderColor | Gets or sets the Color used to draw the button border. |
ImageColor | Gets or sets the Color used to paint the close image. |
InnerImageColor | Gets or sets the Color used to paint the inner part of the close image. |
Name | Description |
---|---|
Dispose() | Clean up any resources being used. |
ResetBackColor() | Restores the default value of the BackColor property. |
ResetBorder() | Restores the default value of the Border property. |
ResetBorderColor() | Restores the default value of the BorderColor property. |
ResetImageColor() | Restores the default value of the ImageColor property. |
ResetInnerImageColor() | Restores the default value of the InnerImageColor property. |
ShouldSerializeBackColor() | Specifies whether to save the value of the BackColor property. |
ShouldSerializeBorder() | Specifies whether to save the value of the Border property. |
ShouldSerializeBorderColor() | Specifies whether to save the value of the BorderColor property. |
ShouldSerializeImageColor() | Specifies whether to save the value of the ImageColor property. |
ShouldSerializeInnerImageColor() | Specifies whether to save the value of the InnerImageColor property. |