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