Selected Property
Retrieves a value that indicates whether the object is selected.
Syntax
Visual Basic Overridable Public ReadOnly Property Selected As bool C# public virtual bool Selected { get; } Managed C++ public: __property virtual 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.true
Item is selected as the default.The property is read-only. The property has a default value of false.
Applies To
PAGEVIEW
See Also
Internet Explorer WebControls, About the MultiPage WebControl