Share via


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

See Also

Reference

Menu Class

Menu Members

Menu Overload

Microsoft.SharePoint.WebControls Namespace