Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the CSS class when not on mouse hover.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property HoverCellInActiveCssClass As String
Get
Set
'Usage
Dim instance As SPLinkButton
Dim value As String
value = instance.HoverCellInActiveCssClass
instance.HoverCellInActiveCssClass = value
public string HoverCellInActiveCssClass { get; set; }
Property value
Type: System.String