[]
The DropDownStyle class represents the drop down form style.
public class DropDownStyle : BaseC1FrameworkStyle
| Name | Description |
|---|---|
| DropDownStyle() | Initializes a new instance of the DropDownStyle. |
| 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. |
| 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. |