SELECTED Attribute | Selected Property
Sets or retrieves a value that indicates whether the object is selected.
Syntax
ASP <tagPrefix:TOOLBARCHECKBUTTON SELECTED = bSelected ... > Script [ bSelected = ] TOOLBARCHECKBUTTON.Selected
Possible Values
tagPrefix Required. The element prefix associated with the WebControls namespace (Microsoft.Web.UI.WebControls). A TagPrefix is defined using the directive. bSelected System.Boolean 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
TOOLBARCHECKBUTTON
See Also