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!

Appearance Enumeration

Specifies the appearance of a control.

[Visual Basic]
Public Enum Appearance
[C#]
public enum Appearance
[C++]
public enum Appearance

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Remarks

Use the members of this enumeration in controls that provide the Appearance property to set its value.

Members

Member Name Description
Button The appearance of a Windows button.
Normal The default appearance defined by the control class.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace