Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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