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 - use the Variations Client Side OM instead",  _
    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 - use the Variations Client Side OM instead", 
    false)]
public string HoverCellActiveCssClass { get; set; }

Property value

Type: System.String

See also

Reference

VariationsLabelEcbMenu class

VariationsLabelEcbMenu members

Microsoft.SharePoint.Publishing.WebControls namespace

VariationsLabelEcbMenu