KaxToolBarGetGroupButtons Method |
Gets a linear list of all toolbar buttons in the
KaxToolBar control,
which belong to the specified group
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic IList<KaxToolBarButton> GetGroupButtons(
string group
)
Public Function GetGroupButtons (
group As String
) As IList(Of KaxToolBarButton)
public:
IList<KaxToolBarButton^>^ GetGroupButtons(
String^ group
)
member GetGroupButtons :
group : string -> IList<KaxToolBarButton>
Parameters
- group
- Type: SystemString
The name of the group to search for.
Return Value
Type:
IListKaxToolBarButtonAn
IList object containing
all the buttons in the current KaxToolBar control, which belong to the specified group.
See Also