ContextSelector<T>.HoverCellInActiveCssClass Property

Gets or sets the CSS class or classes to put on 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 ContextSelector
Dim value As String

value = instance.HoverCellInActiveCssClass

instance.HoverCellInActiveCssClass = value
public string HoverCellInActiveCssClass { get; set; }

Property Value

Type: System.String
A string that specifies the CSS class or classes to put on the cell surrounding the menu text.

See Also

Reference

ContextSelector<T> Class

ContextSelector<T> Members

Microsoft.SharePoint.WebControls Namespace