TButtonKind Enumeration

Represents type TButtonKind.

Namespace: System.UI.Controls
type
 TButtonKind = (bkStandard, bkDropDown, bkDropDownButton, bkCommandLink);

The TButtonKind type exposes the following members.

Show:
 NameDescription
bkCommandLink

Represents constant bkCommandLink.

bkDropDown

Represents constant bkDropDown.

bkDropDownButton

Represents constant bkDropDownButton.

bkStandard

Represents constant bkStandard.

Top