Menu.HoverCellInActiveCssClass Property
Gets or sets the Cascading Style Sheets (CSS) class or classes to apply to the cell surrounding the menu text.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property HoverCellInActiveCssClass As String
Get
Set
'Usage
Dim instance As Menu
Dim value As String
value = instance.HoverCellInActiveCssClass
instance.HoverCellInActiveCssClass = value
public string HoverCellInActiveCssClass { get; set; }
Property Value
Type: System.String
The CSS class or classes. The default is “ ” (an empty string).