NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FlatStyle Enumeration

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.

Remarks

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.

Members

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace | OnMouseEnter | OnMouseLeave