See Also

HtmlBoxUpload Members  | Dart.PowerWEB.TextBox Namespace

Requirements

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)

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Requirements Languages PowerWEB TextBox for ASP.NET

HtmlBoxUpload Class

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.

Object Model


Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         Dart.PowerWEB.TextBox.BaseChildControl
            Dart.PowerWEB.TextBox.HtmlBoxUpload

Syntax

[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

Remarks

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.

Requirements

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)

See Also

HtmlBoxUpload Members  | Dart.PowerWEB.TextBox Namespace

 

Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.