Dart.PowerWEB.TextBox Namespace > ToolbarUploadButton Class : Upload Property |
Returns the HtmlBoxUpload associated with this ToolbarUploadButton.
[Visual Basic]
<DescriptionAttribute("Gets the Dialog object representing the dialog that will be launched when the button is clicked.")>
<NotifyParentPropertyAttribute(True)>
<DesignerSerializationVisibilityAttribute()>
Public ReadOnly Property Upload As HtmlBoxUpload
[C#]
[DescriptionAttribute("Gets the Dialog object representing the dialog that will be launched when the button is clicked.")]
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute()]
public HtmlBoxUpload Upload {get;}
[C++]
[DescriptionAttribute("Gets the Dialog object representing the dialog that will be launched when the button is clicked.")]
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute()]
public: __property HtmlBoxUpload* get_Upload();
[C++/CLI]
[DescriptionAttribute("Gets the Dialog object representing the dialog that will be launched when the button is clicked.")]
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute()]
public:
property HtmlBoxUpload^ Upload {
HtmlBoxUpload^ get();
}
The HtmlBoxUpload associated with the ToolbarUploadButton.
This property returns the HtmlBoxUpload representing the upload dialog that appears when the ToolbarUploadButton is clicked. For all predefined ToolbarUploadButtons (all ToolbarUploadButtonType values except for ToolbarUploadButtonType.Custom) this property will be properly initialized.
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.