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