Menu.TextCssClass property
Gets or sets the CSS class or classes to put on the text label for this menu.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property TextCssClass As String
Get
Set
'Usage
Dim instance As Menu
Dim value As String
value = instance.TextCssClass
instance.TextCssClass = value
public string TextCssClass { get; set; }
Property value
Type: System.String