CallbackMenu.HoverCellInActiveCssClass Property

Gets or sets the Cascading Style Sheet (CSS) class for the hover cell in the inactive state.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Property HoverCellInActiveCssClass As String
    Get
    Set
'Usage
Dim instance As CallbackMenu
Dim value As String

value = instance.HoverCellInActiveCssClass

instance.HoverCellInActiveCssClass = value
public string HoverCellInActiveCssClass { get; set; }

Property Value

Type: System.String
The String object that represents the CSS class that renders the hover cell in the inactive state.

See Also

Reference

CallbackMenu Class

CallbackMenu Members

Microsoft.Office.Server.WebControls Namespace