Dart.PowerWEB.TextBox Namespace > ToolbarText Class : Type Property (ToolbarText) |
Gets or sets the ToolbarTextType associated with this ToolbarText.
[Visual Basic]
<DefaultValueAttribute()>
<DescriptionAttribute("The predefined type of the image.")>
Public Property Type As ToolbarTextType
[C#]
[DefaultValueAttribute()]
[DescriptionAttribute("The predefined type of the image.")]
public ToolbarTextType Type {get; set;}
[C++]
[DefaultValueAttribute()]
[DescriptionAttribute("The predefined type of the image.")]
public: __property ToolbarTextType get_Type();
public: __property void set_Type(
ToolbarTextType value
);
[C++/CLI]
[DefaultValueAttribute()]
[DescriptionAttribute("The predefined type of the image.")]
public:
property ToolbarTextType Type {
ToolbarTextType get();
void set (ToolbarTextType value);
}
A ToolbarTextType associated with this ToolbarText.
Typically, this property gets it's value during initialization. However, this property can be set. If this occurs, the current values of the ToolbarText will be lost and replaced with the default settings associated with the new ToolbarTextType.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
ToolbarText Class | ToolbarText Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.