Method CreateMoreActionsButton
CreateMoreActionsButton(ToolBar, ContextMenu)
Creates a "More actions" button in the specified toolbar which shows the specified context menu when clicked.
public static SpeedButton CreateMoreActionsButton(ToolBar toolBar, ContextMenu contextMenu)
Parameters
toolBarToolBarThe ToolBar to add the button to.
contextMenuContextMenuThe ContextMenu to show when the button is clicked.