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, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.