GrapeCity.ActiveReports.Design.Win.v9 Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > Toolbox Class : GetGroups Method |
'Declaration Public Function GetGroups() As System.Collections.ObjectModel.ReadOnlyCollection(Of Group)
public System.Collections.ObjectModel.ReadOnlyCollection<Group> GetGroups()
' change the name of the first group of tools in the default End User Report Designer Toolbox arToolbox.GetGroups()(0).Text = "ARTools"
// change the name of the first group of tools in the default End User Report Designer Toolbox arToolbox.GetGroups()[0].Text = "ARTools";