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

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).

See Also

Reference

Menu Class

Menu Members

Microsoft.SharePoint.WebControls Namespace