Dart.PowerWEB.TextBox Namespace : ToolbarButtonType Enumeration |
Enumerates the different types of ToolbarButton controls.
Member | Description |
---|---|
TogglePositioning | Defines a toolbar button which toggles HTML elements between absolute and relative positioning: Associated type: ToolbarButton |
BringForward | Defines a toolbar item which increases the z-index of an HTML element. Associated type: ToolbarButton |
SendBackward | Defines a toolbar button which decreases the z-index of an HTML element. Associated type: ToolbarButton |
PasteHtml | Defines a toolbar button which pastes the item on the clipboard while stripping HTML tags. Associated type: ToolbarButton |
WordCount | Defines a toolbar button which displays a count of words and characters when clicked. Associated type: ToolbarButton |
CleanWord | Defines a toolbar button which cleans extranous MS Word tags from the content in the editor. Associated type: ToolbarButton |
Justify | Defines a toolbar button which justifies text. Associated type: ToolbarButton |
Bold | Defines a toolbar button which applies bold formatting. Associated type: ToolbarButton |
CenterJustify | Defines a toolbar button which centers justify text. Associated type: ToolbarButton |
Copy | Defines a toolbar button which copies selected text. Associated type: ToolbarButton |
Custom | Represents a custom button. The button will not do anything client side unless you provide some values for the properties of the object. |
Cut | Defines a toolbar button which can cut selected text. Associated type: ToolbarButton |
Indent | Defines a toolbar button which indents text. Associated type: ToolbarButton |
InsertLink | Defines a toolbar button which raises an insert link modal box. Associated type: ToolbarButton |
Italic | Defines a toolbar button which applies italic formatting. Associated type: ToolbarButton |
LeftJustify | Defines a toolbar button which left justifies text. Associated type: ToolbarButton |
Outdent | Defines a toolbar button which outdents text. Associated type: ToolbarButton |
OrderedList | Defines a toolbar button which formats the selected text as an ordered list. Associated type: ToolbarButton |
Paste | Defines a toolbar button which pastes the item on the clipboard. Associated type: ToolbarButton |
Preview | Defines a toolbar button which displays a preview dialog. Associated type: ToolbarButton |
Defines a toolbar button which sends the content of the HtmlBox to the printer. Associated type: ToolbarButton | |
Redo | Defines a toolbar button which redoes the last operation. Associated type: ToolbarButton |
RemoveLink | Defines a toolbar button which removes a link. Associated type: ToolbarButton |
RightJustify | Defines a toolbar button which right justifies text. Associated type: ToolbarButton |
Save | Defines a toolbar button which raises a postback to the server. Associated type: ToolbarButton |
Strikethrough | Defines a toolbar button which places a strikethrough through text. Associated type: ToolbarButton |
Superscript | Defines a toolbar button which applies superscript formatting. Associated type: ToolbarButton |
Subscript | Defines a toolbar button which applies subscript formatting. Associated type: ToolbarButton |
ToggleBorders | Defines a toolbar button which toggles whether table borders are shown. Associated type: ToolbarButton |
Underline | Defines a toolbar button which applies underline formatting. Associated type: ToolbarButton |
Undo | Defines a toolbar button which undoes an operation. Associated type: ToolbarButton |
UnorderedList | Defines a toolbar button which formats the selected text as an unordered list. Associated type: ToolbarButton |
NotSet | No Type is associated with this object (typically because object was created using the default (paramaterless) constructor. Set the Type property to provide default values. |
The ToolbarButtonType is used to supply default values to a ToolbarButton. For example, when creating a new ToolbarButton, simply pass a ToolbarButtonType into the constructor to supply the object with preset values associated with that type.
This enumeration is a subset of the ToolbarItemType enumeration.
Namespace: Dart.PowerWEB.TextBox
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Assembly: Dart.PowerWEB.TextBox (in Dart.PowerWEB.TextBox.dll)
Dart.PowerWEB.TextBox Namespace
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.