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();
}
The HtmlBoxMenu associated with the ToolbarMenuButton.
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.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
ToolbarMenuButton Class | ToolbarMenuButton Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.