xtd 0.2.0
Loading...
Searching...
No Matches

◆ tool_tip_text() [2/2]

status_bar_panel & xtd::forms::status_bar_panel::tool_tip_text ( const xtd::ustring value)

Sets ToolTip text associated with the status bar panel.

Parameters
valueThe ToolTip text for the panel.
Returns
This current instance.
Remarks
You can use this property to display additional information in a ToolTip when the mouse pointer rests on a xtd::forms::status_bar_panel. For example, you can display a ToolTip that provides data transfer speed for a xtd::forms::status_bar_panel that displays the status of a file transfer.
To display ToolTips for other controls in your application, use the xtd::forms::tool_tip control.