DynamicsBaseHostedControl.PopulateToolbars(ToolBarTray) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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