Version

SelectedStyle Property (TBarButton)

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

The SelectedStyle is the style which is applied to a button when Selected. If the button is part of a TBButtonGroup, this style overrides the TBButtonGroup's TBButtonGroup.SelectedStyle. When set, SelectedStyle overrides UltraWebToolbar.SelectedStyle, 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