FlatStyle

FlatStyle enum

Defines whether the control is drawn flat or three-dimentional.

enum class FlatStyle

Values

NameValueDescription
Flat0Control is drawn flat.
Popup1Control is drawn flat unless the mouse moves over it when it is drawn 3D-like.
Standard2Control is drawn 3D-like.
System3Style is controlled by OS.

See Also