Default style for the tab headers in the inactive state when mouse hovers over them.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
public C1WebHeaderStyle MouseOverInactiveHeaderStyle { get; }
Visual Basic (Declaration)
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<NotifyParentPropertyAttribute(True)> _
Public ReadOnly Property MouseOverInactiveHeaderStyle As C1WebHeaderStyle

See Also