Appearance Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the appearance of a control.
public enum class Appearance
[System.Runtime.InteropServices.ComVisible(true)]
public enum Appearance
public enum Appearance
[<System.Runtime.InteropServices.ComVisible(true)>]
type Appearance =
type Appearance =
Public Enum Appearance
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | The default appearance defined by the control class. |
Button | 1 | The appearance of a Windows button. |
Remarks
Use the members of this enumeration in controls that provide the Appearance property to set its value.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.