Dart.PowerWEB.TextBox Namespace : ToolbarDialogButtonType Enumeration |
Enumerates the different types of ToolbarDialogButton controls.
Member | Description |
---|---|
InsertRule | Defines a toolbar button which raises a dialog which inserts horizontal rules. Associated type: ToolbarDialogButton |
InsertBookmark | Defines a toolbar button which raises an insert bookmark dialog when clicked. Associated type: ToolbarDialogButton |
FindReplace | Defines a toolbar button which raises a find/replace dialog when clicked. Associated type: ToolbarDialogButton |
SpecialCharacter | Defines a toolbar button which raises a "select special character" panel. Associated type: ToolbarDialogButton |
FontColor | Defines a toolbar button which raises a color picker palette when clicked. Associated type: ToolbarDialogButton |
FontHighlight | Defines a toolbar button which raises a color picker palette when clicked. Associated type :ToolbarDialogButton |
Help | Defines a toolbar button which raises a help dialog when clicked. Associated type: ToolbarDialogButton |
Custom | Represents a custom button. The button will not do anything client side unless you provide some values for the properties of the object. |
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 ToolbarDialogButtonType is used to supply default values to a ToolbarDialogButton. For example, when creating a new ToolbarDialogButton, simply pass a ToolbarDialogButtonType 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.