Articles in this section

How to edit the GroupBarItem's text during runtime in WinForms GroupBar?

Edit the text at run time

You must use InplaceRenameItem method to edit the text during runtime.

C#

// Handle the InplaceRenameItem method to edit the text during runtime.
this.groupBar1.InplaceRenameItem(this.groupBar1.SelectedItem);

 

VB

' Handle the InplaceRenameItem method to edit the text during runtime.
Me.groupBar1.InplaceRenameItem(Me.groupBar1.SelectedItem)

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied