TIWCGJQHTMLEditorToolBarStyle Enumeration

Represents type TIWCGJQHTMLEditorToolBarStyle.

Namespace: IWCGJQHTMLEditor
type
 TIWCGJQHTMLEditorToolBarStyle = (tbbstBold, tbbstItalic, tbbstUnderline, tbbstStrikeThrough, tbbstSubSscript, tbbstSuperScript);

The TIWCGJQHTMLEditorToolBarStyle type exposes the following members.

Show:
 NameDescription
tbbstBold

Represents constant tbbstBold.

tbbstItalic

Represents constant tbbstItalic.

tbbstStrikeThrough

Represents constant tbbstStrikeThrough.

tbbstSubSscript

Represents constant tbbstSubSscript.

tbbstSuperScript

Represents constant tbbstSuperScript.

tbbstUnderline

Represents constant tbbstUnderline.

Top