Table of Contents

Method CreateMoreActionsButton

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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

toolBar ToolBar

The ToolBar to add the button to.

contextMenu ContextMenu

The ContextMenu to show when the button is clicked.

Returns

SpeedButton