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