ContextSelector<T>.DropDownMenu Field
Provides the menu’s default template as a MenuTemplate object.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected DropDownMenu As MenuTemplate
'Usage
Dim value As MenuTemplate
value = Me.DropDownMenu
Me.DropDownMenu = value
protected MenuTemplate DropDownMenu