Menu Constructor (String)
Initializes a new instance of the Menu class with the specified label.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
text As String _
)
'Usage
Dim text As String
Dim instance As New Menu(text)
public Menu(
string text
)
Parameters
text
Type: System.StringThe text label for this menu.