SELECTEDCHECKBUTTON Attribute | SelectedCheckButton Property
Retrieves the currently selected ToolbarCheckButton.
Syntax
ASP <tagPrefix:TOOLBARCHECKGROUP SELECTEDCHECKBUTTON = oValue ... > Script [ oValue = ] TOOLBARCHECKGROUP.SelectedCheckButton
Possible Values
tagPrefix Required. The element prefix associated with the WebControls namespace (Microsoft.Web.UI.WebControls). A TagPrefix is defined using the directive. oValue The currently selected ToolbarCheckButton. The property is read-only. The property has no default value.
Applies To
TOOLBARCHECKGROUP
See Also