ToolBarMenuButton.View Property
Gets the view for the toolbar menu button.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property View As SPView
Get
'Usage
Dim instance As ToolBarMenuButton
Dim value As SPView
value = instance.View
public SPView View { get; }
Property Value
Type: Microsoft.SharePoint.SPView
The view for the control.