Version

HoverStyle Property (TBarButton)

The style which will be used when this button is moused over.
Syntax
'Declaration
 
Public Property HoverStyle As Style
public Style HoverStyle {get; set;}
Remarks

The HoverStyle is the style which is applied to a button when moused over, if not Selected. If the button is part of a TBButtonGroup, this style overrides the TBButtonGroup's TBButtonGroup.HoverStyle. When set, HoverStyle overrides UltraWebToolbar.HoverStyle, on the UltraWebToolbar object. To force the UltraWebToolbar to your your own style, specify the name of your class in the CssClass property. To force the use of no style, specify "none" for the CssClass property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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