Share via


CallbackMenu.CreateChildControls method

Creates the child controls that provide the user interface for the control.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Protected Overrides Sub CreateChildControls
'Usage

Me.CreateChildControls()
protected override void CreateChildControls()

Remarks

This override creates the dropdown menu and then adds the MenuTemplate controls to the menu and sets the menu’s other properties.

See also

Reference

CallbackMenu class

CallbackMenu members

Microsoft.Office.Server.WebControls namespace