Menu.HoverCellActiveCssClass property
Gets or sets the Cascading Style Sheet (CSS) class or classes to apply to the cell surrounding the menu text when the pointer moves over the cell.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property HoverCellActiveCssClass As String
Get
Set
'Usage
Dim instance As Menu
Dim value As String
value = instance.HoverCellActiveCssClass
instance.HoverCellActiveCssClass = value
public string HoverCellActiveCssClass { get; set; }
Property value
Type: System.String
The name of the class or classes. The default is “ ” (an empty string).