SELECTED Attribute | Selected Property

Sets or retrieves a value that indicates whether the object is selected.

Syntax

Visual Basic  Public  ReadOnly Property Selected As bool
C# public  bool Selected { get; }
Managed C++ public:  __property bool get_Selected();
JScript public   function get Selected() : bool;

Possible Values

bSelected bool that receives one of the following values:
falseDefault. Item is not selected as the default.
trueItem is selected as the default.

The property is read-only. The property has a default value of false.

Applies To

TOOLBARCHECKBUTTON

See Also

Internet Explorer WebControls, About the Toolbar WebControl