Dart.PowerWEB.TextBox Namespace : HtmlBoxUpload Class |
Represents a dialog used to upload/browse for files.
For a list of all members of this type, see HtmlBoxUpload members.
![]() ![]() ![]() |
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
Dart.PowerWEB.TextBox.BaseChildControl
Dart.PowerWEB.TextBox.HtmlBoxUpload
[Visual Basic]
<PersistChildrenAttribute(Persist=False, UsesCustomPersistence=False)>
<ParseChildrenAttribute(ChildControlType=System.Web.UI.Control, ChildrenAsProperties=True)>
<ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")>
Public Class HtmlBoxUpload
Inherits BaseChildControl
[C#]
[PersistChildrenAttribute(Persist=false, UsesCustomPersistence=false)]
[ParseChildrenAttribute(ChildControlType=System.Web.UI.Control, ChildrenAsProperties=true)]
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")]
public class HtmlBoxUpload : BaseChildControl
[C++]
[PersistChildrenAttribute(Persist=false, UsesCustomPersistence=false)]
[ParseChildrenAttribute(ChildControlType=System.Web.UI.Control, ChildrenAsProperties=true)]
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")]
public __gc class HtmlBoxUpload : public BaseChildControl
[C++/CLI]
[PersistChildrenAttribute(Persist=false, UsesCustomPersistence=false)]
[ParseChildrenAttribute(ChildControlType=System.Web.UI.Control, ChildrenAsProperties=true)]
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")]
public ref class HtmlBoxUpload : public BaseChildControl
This control is attached to a ToolbarUploadButton (as the ToolbarUploadButton.Upload property). When a button of this type is clicked, the upload dialog represented by the attached HtmlBoxUpload control is displayed. This dialog is used to upload local files to the server, and to browse for and load files from the server onto the editor.
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)
HtmlBoxUpload Members | Dart.PowerWEB.TextBox Namespace
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.