TIWCGJQCheckRadioStyle Enumeration

The enumerator of checkbox/radiobutton style

Namespace: IWCGJQCheckBox
type
 TIWCGJQCheckRadioStyle = (
 jqcrDefault,
 jqcrHighlight,
 jqcrError
 );

The TIWCGJQCheckRadioStyle type exposes the following members.

Show:
 NameDescription
jqcrDefault

Represents constant jqcrDefault.

jqcrError

Represents constant jqcrError.

jqcrHighlight

Represents constant jqcrHighlight.

Top