TIWCGJQCheckBoxExCaptionPos Enumeration

The enumerator of caption position

Namespace: IWCGJQCheckBox
type
 TIWCGJQCheckBoxExCaptionPos = (
 jqcpLeft,
 jqcpRight
 );

The TIWCGJQCheckBoxExCaptionPos type exposes the following members.

Show:
 NameDescription
jqcpLeft

Represents constant jqcpLeft.

jqcpRight

Represents constant jqcpRight.

Top