See Also

ToolbarMenuButton Class  | ToolbarMenuButton Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

Menu Property

Dart.PowerWEB.TextBox Namespace > ToolbarMenuButton Class : Menu Property

Returns the HtmlBoxMenu associated with this ToolbarMenuButton.

[Visual Basic]
<PersistenceModeAttribute()> <CategoryAttribute()> <DesignerSerializationVisibilityAttribute()> <NotifyParentPropertyAttribute(True)> Public ReadOnly Property Menu As HtmlBoxMenu
[C#]
[PersistenceModeAttribute()] [CategoryAttribute()] [DesignerSerializationVisibilityAttribute()] [NotifyParentPropertyAttribute(true)] public HtmlBoxMenu Menu {get;}
[C++]
[PersistenceModeAttribute()] [CategoryAttribute()] [DesignerSerializationVisibilityAttribute()] [NotifyParentPropertyAttribute(true)] public: __property HtmlBoxMenu* get_Menu();
[C++/CLI]
[PersistenceModeAttribute()] [CategoryAttribute()] [DesignerSerializationVisibilityAttribute()] [NotifyParentPropertyAttribute(true)] public: property HtmlBoxMenu^ Menu {    HtmlBoxMenu^ get(); }

Return Type

The HtmlBoxMenu associated with the ToolbarMenuButton.

Remarks

This property returns the HtmlBoxMenu representing the menu that appears when the ToolbarMenuButton is clicked. For all predefined ToolbarMenuButtons (all ToolbarMenuButtonType values except for ToolbarMenuButtonType.Custom) this property will be properly initialized. For ToolbarMenuButtonType.Custom, create the menu by adding items to the HtmlBoxMenu.Items colletion of the HtmlBoxMenu control.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

ToolbarMenuButton Class  | ToolbarMenuButton Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.