Share via


DynamicsBaseHostedControl.PopulateToolbars(ToolBarTray) Method

Definition

The control writer should call PopulateToolbars passing a reference to their ToolbarTray. This function will read the configuration and populate the buttons based on the toolbar configuration assigned to this hosted control on the server.

protected:
 void PopulateToolbars(System::Windows::Controls::ToolBarTray ^ ProgrammableToolbarTray);
protected void PopulateToolbars (System.Windows.Controls.ToolBarTray ProgrammableToolbarTray);
member this.PopulateToolbars : System.Windows.Controls.ToolBarTray -> unit
Protected Sub PopulateToolbars (ProgrammableToolbarTray As ToolBarTray)

Parameters

ProgrammableToolbarTray
ToolBarTray

Reference to control writers implementation of ToolbarTray

Applies to