Intersoft WebDesktop Documentation
ApplyHover Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebTabRoundCornerSettings Class : ApplyHover Property


Glossary Item Box

Indicates whether the roundcorner active colors should be applied in mouse over event.

Syntax

Visual Basic (Declaration) 
Public Property ApplyHover As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebTabRoundCornerSettings
Dim value As Boolean
 
instance.ApplyHover = value
 
value = instance.ApplyHover
C# 
public bool ApplyHover {get; set;}

Remarks

In RoundCornerSettings, you can customize your WebTab to apply active colors in mouse over event for your inactive WebTabItems. To use this feature, you will need to set the ApplyHover property to True (by default, this property is set to False).

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.