TIWCGJQMThemeSwitcherDialogCloseBtn Enumeration

Enumerator of the button's position .

Namespace: IWCGJQMThemeSwitcher
type
 TIWCGJQMThemeSwitcherDialogCloseBtn = (
 jqmtsdcbNone,
 jqmtsdcbLeft,
 jqmtsdcbRight
 );

The TIWCGJQMThemeSwitcherDialogCloseBtn type exposes the following members.

Show:
 NameDescription
jqmtsdcbLeft

Put the close button on left side of popup

jqmtsdcbNone

Hide the close button.

jqmtsdcbRight

Put the close button on right side of popup

Top