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
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.