See Also

ToolbarUploadButton Class  | ToolbarUploadButton Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

Upload Property

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(); }

Return Type

The HtmlBoxUpload associated with the ToolbarUploadButton.

Remarks

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

ToolbarUploadButton Class  | ToolbarUploadButton Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.