SELECTEDCHECKBUTTON Attribute | SelectedCheckButton Property

Retrieves the currently selected ToolbarCheckButton.

Syntax

Visual Basic  Public  ReadOnly Property SelectedCheckButton As ToolbarCheckButton
C# public  ToolbarCheckButton SelectedCheckButton { get; }
Managed C++ public:  __property ToolbarCheckButton get_SelectedCheckButton();
JScript public   function get SelectedCheckButton() : ToolbarCheckButton;

Possible Values

oValue The currently selected ToolbarCheckButton.

The property is read-only. The property has no default value.

Applies To

TOOLBARCHECKGROUP

See Also

Internet Explorer WebControls, About the Toolbar WebControl