Share via


CallbackMenu.HoverCellActiveCssClass property

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

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

Syntax

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

value = instance.HoverCellActiveCssClass

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

Property value

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

See also

Reference

CallbackMenu class

CallbackMenu members

Microsoft.Office.Server.WebControls namespace