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

◆ show_tool_tips() [2/2]

virtual status_bar & xtd::forms::status_bar::show_tool_tips ( bool  value)
virtual

Sets a value indicating whether the status bar displays a xtd::forms::tool_tip for each button.

Parameters
valuetrue if the status bar display a xtd::forms::tool_tip for each button; otherwise, false. The default is false.
Returns
Current tool_bar instance.
Remarks
To set the text displayed by the xtd::forms::tool_tip, set the xtd::forms::tool_bar_button::tool_tip_text property of each xtd::forms::tool_bar_button on the xtd::forms::tool_bar. To cause the xtd::forms::tool_tip to display as the user moves the mouse pointer over the status bar panel, set the xtd::forms::tool_bar::show_tool_tips property to true.