Appearance Enum

Definition

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
Appearance
Attributes

Fields

Button 1

The appearance of a Windows button.

Normal 0

The default appearance defined by the control class.

Remarks

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

Applies to