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
text
Type: System.StringA String that represents the menu item text.