TIWCGJQNotificationBtnClasses Enumeration

Represents type TIWCGJQNotificationBtnClasses.

Namespace: IWCGJQNotification
type
 TIWCGJQNotificationBtnClasses = (jqnbcNone, jqnbcPrimary, jqnbcWarning, jqnbcDanger, jqnbcSuccess, jqnbcInfo, jqnbcInverse);

The TIWCGJQNotificationBtnClasses type exposes the following members.

Show:
 NameDescription
jqnbcDanger

Represents constant jqnbcDanger.

jqnbcInfo

Represents constant jqnbcInfo.

jqnbcInverse

Represents constant jqnbcInverse.

jqnbcNone

Represents constant jqnbcNone.

jqnbcPrimary

Represents constant jqnbcPrimary.

jqnbcSuccess

Represents constant jqnbcSuccess.

jqnbcWarning

Represents constant jqnbcWarning.

Top