[]
        
(Showing Draft Content)

C1.Win.Input.Styles.DropDownStyle

DropDownStyle Class

The DropDownStyle class represents the drop down form style.

Namespace: C1.Win.Input.Styles
Assembly: C1.Win.Input.8.dll
Syntax
public class DropDownStyle : BaseC1FrameworkStyle, INotifyPropertyChanged, IDisposable

Constructors

Name Description
DropDownStyle()

Initializes a new instance of the DropDownStyle.

Properties

Name Description
BackColor

Gets or sets the Color used to paint the background.

BorderColor

Gets or sets the Color used to draw the border around the element.

Corners

Gets or sets the radii of the element corners.

Methods

Name Description
ResetBackColor()

Restores the default value of the BackColor property.

ResetBorderColor()

Restores the default value of the BorderColor property.

ResetCorners()

Restores the default value of the Corners property.

ShouldSerializeBackColor()

Specifies whether to save the value of the BackColor property.

ShouldSerializeBorderColor()

Specifies whether to save the value of the BorderColor property.

ShouldSerializeCorners()

Specifies whether to save the value of the Corners property.