ToolTipParameters.DismissWhenOffScreen 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 is dismissed if it goes off the screen through scrolling or changing windows. If this is set to false the tooltip is hidden, but reshown if you navigate back to the tooltip position.
public bool DismissWhenOffScreen { get; }
member this.DismissWhenOffScreen : bool
Public ReadOnly Property DismissWhenOffScreen As Boolean