Tooltip Settings in Windows Forms Navigation Pane (GroupBar)
3 Sep 2020 / 1 minute to read
The tooltips for the buttons and the navigation pane are set through the below properties.
ExpandButtonTooltip
MinimizeButtonTooltip
NavigationPaneTooltip
this.groupBar1.ExpandButtonToolTip = "Expand Navigation Pane";
this.groupBar1.NavigationPaneTooltip = "Expand Navigation Pane";
this.groupBar1.MinimizeButtonToolTip = "Minimize Navigation Pane";
Me.groupBar1.ExpandButtonToolTip = "Expand Navigation Pane"
Me.groupBar1.NavigationPaneTooltip = "Expand Navigation Pane"
Me.groupBar1.MinimizeButtonToolTip = "Minimize Navigation Pane"
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page