| 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;} | |
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).
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