Share via


VariationsLabelEcbMenu.HoverCellActiveCssClass Property

NOTE: This API is now obsolete.

Gets or sets the CSS class for styling an active cell on mouse hover.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use of this control is not recommended.", False)> _
Public Property HoverCellActiveCssClass As String
    Get
    Set
'Usage
Dim instance As VariationsLabelEcbMenu
Dim value As String

value = instance.HoverCellActiveCssClass

instance.HoverCellActiveCssClass = value
[ObsoleteAttribute("Use of this control is not recommended.", false)]
public string HoverCellActiveCssClass { get; set; }

Property Value

Type: System.String

See Also

Reference

VariationsLabelEcbMenu Class

VariationsLabelEcbMenu Members

Microsoft.SharePoint.Publishing.WebControls Namespace

VariationsLabelEcbMenu