See Also

HtmlBoxMenu 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

HtmlBoxMenu Class

Dart.PowerWEB.TextBox Namespace : HtmlBoxMenu Class

Represents a menu.

For a list of all members of this type, see HtmlBoxMenu members.

Object Model


Inheritance Hierarchy

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

Syntax

[Visual Basic]
<ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")> <PersistChildrenAttribute(Persist=False, UsesCustomPersistence=False)> <ParseChildrenAttribute(ChildControlType=System.Web.UI.Control, ChildrenAsProperties=True, DefaultProperty="Items")> Public Class HtmlBoxMenu    Inherits BaseChildControl
[C#]
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")] [PersistChildrenAttribute(Persist=false, UsesCustomPersistence=false)] [ParseChildrenAttribute(ChildControlType=System.Web.UI.Control, ChildrenAsProperties=true, DefaultProperty="Items")] public class HtmlBoxMenu : BaseChildControl
[C++]
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")] [PersistChildrenAttribute(Persist=false, UsesCustomPersistence=false)] [ParseChildrenAttribute(ChildControlType=System.Web.UI.Control, ChildrenAsProperties=true, DefaultProperty="Items")] public __gc class HtmlBoxMenu : public BaseChildControl
[C++/CLI]
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")] [PersistChildrenAttribute(Persist=false, UsesCustomPersistence=false)] [ParseChildrenAttribute(ChildControlType=System.Web.UI.Control, ChildrenAsProperties=true, DefaultProperty="Items")] public ref class HtmlBoxMenu : public BaseChildControl

Remarks

A single instance of HtmlBoxMenu object is tied to each instance of ToolbarMenuButton on the toolbar. When a button of this type is clicked, the menu represented by the HtmlBoxMenu object is displayed. In addition, another instance of HtmlBoxMenu is used to represent the right-click menu (exposed by the HtmlBox.RightClickMenu property) which is displayed when the user right-clicks on the HtmlBox.

There are two scenarios for creating/using menus:

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

HtmlBoxMenu Members  | Dart.PowerWEB.TextBox Namespace

 

Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.