This documentation is archived and is not being maintained.
Appearance Enumeration
.NET Framework 1.1
Specifies the appearance of a control.
[Visual Basic] <Serializable> <ComVisible(True)> Public Enum Appearance [C#] [Serializable] [ComVisible(true)] public enum Appearance [C++] [Serializable] [ComVisible(true)] __value public enum Appearance [JScript] public Serializable ComVisible(true) enum Appearance
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.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
Show: