TButtonLayout Enumeration

Represents type TButtonLayout.

Namespace: System.UI.Controls
type
 TButtonLayout = (blGlyphLeft, blGlyphRight, blGlyphTop, blGlyphBottom);

The TButtonLayout type exposes the following members.

Show:
 NameDescription
blGlyphBottom

Represents constant blGlyphBottom.

blGlyphLeft

Represents constant blGlyphLeft.

blGlyphRight

Represents constant blGlyphRight.

blGlyphTop

Represents constant blGlyphTop.

Top