[]
        
(Showing Draft Content)

C1.Win.C1SplitContainer.ButtonStyle

ButtonStyle Class

The ButtonStyle class represents the style of one state for the close button of the C1SplitterPanel control.

Inheritance
ButtonStyle
Implements
Namespace: C1.Win.C1SplitContainer
Assembly: C1.Win.C1SplitContainer.4.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ButtonStyle : IDisposable

Constructors

Name Description
ButtonStyle()

Properties

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.

Methods

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.