SPLinkButton.HoverCellActiveCssClass Property
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 SPLinkButton
Dim value As String
value = instance.HoverCellActiveCssClass
instance.HoverCellActiveCssClass = value
public string HoverCellActiveCssClass { get; set; }
Property Value
Type: System.String