Enum ComboFlatStyle
Specifies the appearance of the ComboBoxBase control.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum ComboFlatStyle
Remarks
This enumeration is used by the FlatStyle property.
Use IsThemedOS and IsThemeActive to determine if Themes are on during run-time.
Fields
Name | Description |
---|---|
Flat | The control and the button appear flat. |
Standard | The control and the button appear three-dimensional. |
System | The appearance is determined by the user's operating system. |