VariationsLabelEcbMenu.HoverCellInActiveCssClass Property
NOTE: This API is now obsolete.
Gets or sets the CSS class for styling an inactive 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 HoverCellInActiveCssClass As String
Get
Set
'Usage
Dim instance As VariationsLabelEcbMenu
Dim value As String
value = instance.HoverCellInActiveCssClass
instance.HoverCellInActiveCssClass = value
[ObsoleteAttribute("Use of this control is not recommended.", false)]
public string HoverCellInActiveCssClass { get; set; }
Property Value
Type: System.String