ToolTip.StaysOpen Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property bool StaysOpen { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool StaysOpen { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.StaysOpen : bool with get, set
Public Property StaysOpen As Boolean
Property Value
true
if the ToolTip stays open until it is closed by the user clicking the mouse button outside the ToolTip; otherwise, false
. The default is true
.
- Attributes
Exceptions
Occurs when StaysOpen is set to false
when a tooltip is not open.
Remarks
A value of false
for the StaysOpen property is not supported for a ToolTip when it is not open. To create a tooltip that stays open until the mouse button is pressed when it is outside the tooltip, you must set both the StaysOpen property and the IsOpen property to true
. If StaysOpen is set to false
when the tooltip is not open, a NotSupportedException occurs.
Dependency Property Information
Identifier field | StaysOpenProperty |
Metadata properties set to true |
None |