Version

SelectedStyle Property (TBButtonGroup)

The style used when a group button in this group is depressed.
Syntax
'Declaration
 
Public Property SelectedStyle As Style
public Style SelectedStyle {get; set;}
Remarks

The SelectedStyle is the style which is applied to a group button when its Selected is true, or the end user has positioned their mouse above this group button and clicked their left mouse button (causing the group button to temporarily exhibit a depressed appearance while the mouse button is down). If the group button's ToggleButton property is true, the SelectedStyle persists until the group button is clicked again.

SelectedStyle settings override the UltraWebToolbar.SelectedStyle, on the UltraWebToolbar element, and it may be overridden by SelectedStyle on the individual TBarButton instances within the group.

Designers may force the TBarButton to employ a specific style by assigning the name of a class to the CssClass property. Force the use of no style, by specifying "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