Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

ToolBarItem.DropDownMenuID Property

Gets or sets the ID of the drop down menu for this button.

[Visual Basic]
Public Property DropDownMenuID As String
[C#]
public String DropDownMenuID {get; set;}

Remarks

You can specify a menu ID or a Menu ID and a sub menu ID with this property. To specify a menu ID and a sub menu ID, set this property to menu_id:sub_menu_id, where menu_id is the ID of the menu and sub_menu_id is the value of the ItemID of the parent item of the sub menu you want to associate with the tool bar item. Supporting sub menu ID allows you to only place one menu in the page and associate different sub menus to different tool bar item.

The menu used would usually be a ContextMenu object because a context menu not visible by default.

See Also

ToolBarItem Class | EO.Web Namespace


Direct link to this topic