CallbackMenu.LoadMenuItems Method
This member is reserved for internal use and is not intended to be used directly from your code.
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