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)

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