TIWCGJQHTMLEditorToolBarCopyPaste Enumeration

Represents type TIWCGJQHTMLEditorToolBarCopyPaste.

Namespace: IWCGJQHTMLEditor
type
 TIWCGJQHTMLEditorToolBarCopyPaste = (tbbcpCopy, tbbcpCut, tbbcpPaste, tbbcpPasteText, tbbcpPasteFormatText, tbbcpRemoveFormat, tbbcpDocStructure);

The TIWCGJQHTMLEditorToolBarCopyPaste type exposes the following members.

Show:
 NameDescription
tbbcpCopy

Represents constant tbbcpCopy.

tbbcpCut

Represents constant tbbcpCut.

tbbcpDocStructure

Represents constant tbbcpDocStructure.

tbbcpPaste

Represents constant tbbcpPaste.

tbbcpPasteFormatText

Represents constant tbbcpPasteFormatText.

tbbcpPasteText

Represents constant tbbcpPasteText.

tbbcpRemoveFormat

Represents constant tbbcpRemoveFormat.

Top