System::Windows::Forms::FlatStyle enum
FlatStyle enum
Defines whether the control is drawn flat or three-dimentional.
enum class FlatStyle
Values
| Name | Value | Description |
|---|---|---|
| Flat | 0 | Control is drawn flat. |
| Popup | 1 | Control is drawn flat unless the mouse moves over it when it is drawn 3D-like. |
| Standard | 2 | Control is drawn 3D-like. |
| System | 3 | Style is controlled by OS. |
See Also
- Namespace System::Windows::Forms
- Library Aspose.Page for C++