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