Dart.PowerWEB.TextBox Namespace : ToolbarTextType Enumeration |
Enumerates the different types of ToolbarText controls.
Member | Description |
---|---|
Break | Defines a toolbar item which makes a non-graphical row break. Associated type: ToolbarImage |
Tab | Defines a toolbar item which inserts a tab between buttons. Associated type: ToolbarText |
Space | Defines a toolbar item which inserts a space (placeholder) between buttons. Associated type: ToolbarText |
Custom | Represents custom text. You must set the Text property for the text to be shown . |
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 ToolbarTextType is used to supply default values to a ToolbarText control. For example, when creating a new ToolbarText, simply pass a ToolbarTextType 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.