Articles in this section
Category / Section

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

1 min read

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)
Please sign in to leave a comment
Access denied
Access denied