Share via


CallbackMenu.LoadMenuItems method

Provides an abstract method that should be implemented in the inherited classes used to load the menu items.

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

Syntax

'Declaration
Protected MustOverride Function LoadMenuItems As ArrayList
'Usage
Dim returnValue As ArrayList

returnValue = Me.LoadMenuItems()
protected abstract ArrayList LoadMenuItems()

Return value

Type: System.Collections.ArrayList
The ArrayList object that contains the loaded menu items.

Remarks

This abstract method must be implemented in the inherited classes.

See also

Reference

CallbackMenu class

CallbackMenu members

Microsoft.Office.Server.WebControls namespace