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