MenuItemTemplate constructor (String)

Initializes a new instance of the MenuItemTemplate class and uses the specified menu item text.

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 MenuItemTemplate(text)
public MenuItemTemplate(
    string text
)

Parameters

See also

Reference

MenuItemTemplate class

MenuItemTemplate members

MenuItemTemplate overload

Microsoft.SharePoint.WebControls namespace