ToolTipParameters.KeepOpen 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.
Gets whether or not the tooltip should stay open even if the mouse is outside of the tip.
public:
property bool KeepOpen { bool get(); };
public bool KeepOpen { get; }
member this.KeepOpen : bool
Public ReadOnly Property KeepOpen As Boolean