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