Dart.PowerWEB.TextBox Namespace : ToolbarMenuButton Class |
Represents a button that opens a menu.
For a list of all members of this type, see ToolbarMenuButton 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.ToolbarMenuButton
[Visual Basic]
<ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")>
Public Class ToolbarMenuButton
Inherits BaseToolbarButton
[C#]
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")]
public class ToolbarMenuButton : BaseToolbarButton
[C++]
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")]
public __gc class ToolbarMenuButton : public BaseToolbarButton
[C++/CLI]
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")]
public ref class ToolbarMenuButton : public BaseToolbarButton
The ToolbarMenuButton control represents a button that opens a menu. For example, if the ToolbarMenuButton.Type is ToolbarMenuButtonType.InsertTable, the button will open a menu used to create and format a table.
The menu that appears when the ToolbarMenuButton is clicked is represented by an HtmlBoxMenu, exposed by the ToolbarMenuButton.Menu property.
A ToolbarMenuButton 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)
ToolbarMenuButton Members | Dart.PowerWEB.TextBox Namespace
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.