summaryP:DotNetNuke.UI.WebControls.DNNTabLabel.CssClassHover

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)

Syntax

C#
[ClientPropertyAttribute]
[ClientPropertyNameAttribute("csshover")]
public string CssClassHover { get; set; }
Visual Basic
<ClientPropertyAttribute> 
<ClientPropertyNameAttribute("csshover")> 
Public Property CssClassHover As String
	Get
	Set

See Also