Dart.PowerWEB.TextBox Namespace : ToolbarUploadButton Class |
Represents a button that raises an upload dialog.
For a list of all members of this type, see ToolbarUploadButton members.
![]() ![]() ![]() |
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
Dart.PowerWEB.TextBox.BaseChildControl
Dart.PowerWEB.TextBox.BaseToolbarItem
Dart.PowerWEB.TextBox.BaseToolbarButton
Dart.PowerWEB.TextBox.ToolbarUploadButton
[Visual Basic]
<ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")>
Public Class ToolbarUploadButton
Inherits BaseToolbarButton
[C#]
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")]
public class ToolbarUploadButton : BaseToolbarButton
[C++]
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")]
public __gc class ToolbarUploadButton : public BaseToolbarButton
[C++/CLI]
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")]
public ref class ToolbarUploadButton : public BaseToolbarButton
The ToolbarUploadButton control represents a button that raises an upload dialog ( a dialog that is used to upload files to the server and browse files on the server).
The upload dialog that appears when the ToolbarUploadButton is clicked is represented by an HtmlBoxUpload, exposed by the ToolbarUploadButton.Upload property.
A ToolbarUploadButton can be created and used one of two ways:
Namespace: Dart.PowerWEB.TextBox
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Assembly: Dart.PowerWEB.TextBox (in Dart.PowerWEB.TextBox.dll)
ToolbarUploadButton Members | Dart.PowerWEB.TextBox Namespace
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.