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)
Available in Sandboxed Solutions: No

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