Click or drag to resize
KaxToolBarGetCheckedGroupButton Method
Gets the checked button which belongs to the specified group in the KaxToolBar control

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public KaxToolBarButton GetCheckedGroupButton(
	string group
)

Parameters

group
Type: SystemString
The name of the group to search for.

Return Value

Type: KaxToolBarButton
A KaxToolBarButton object which CheckOnClick and Checked properties are set to true.
See Also