Specifies the style of control to display.
[Visual Basic] Public Enum FlatStyle [C#] public enum FlatStyle [C++] public enum FlatStyle
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
The Popup style control initially appears Flat until the mouse pointer moves over it. When the mouse pointer moves over the Popup control, it appears as a Standard style control until the mouse pointer is moved off of it again.
Member Name | Description |
---|---|
Flat | The control appears flat. |
Popup | A control appears flat until the mouse pointer moves over it, at which point it appears three-dimensional. |
Standard | The control appears three-dimensional. |
Namespace: System.WinForms
Assembly: System.WinForms.dll
System.WinForms Namespace | OnMouseEnter | OnMouseLeave