ToolTip in Windows Forms statusbaradvpanel (StatusBarAdvPanel)
1 Oct 2018 / 1 minute to read
ToolTip can be set for the StatusBarAdvPanel using the property given below.
Property Table
StatusBarAdvPanel Property | Description |
---|---|
ToolTip | Indicates the tooltip of the panel.The text to be displayed in the tooltip can be directly given in the property window. |
This can be done through code as follows.
this.statusBarAdvPanel1.ToolTip = "Tooltip for StatusBarAdvPanel";
Me.statusBarAdvPanel1.ToolTip = "Tooltip for StatusBarAdvPanel"
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