ToolTipParameters Class

Definition

Determines behavior for a IToolTipPresenter.

public ref class ToolTipParameters sealed
public sealed class ToolTipParameters
type ToolTipParameters = class
Public NotInheritable Class ToolTipParameters
Inheritance
ToolTipParameters

Constructors

ToolTipParameters(Boolean, Boolean, Func<Boolean>)

Creates a new instance of ToolTipParameters.

ToolTipParameters(Boolean, Boolean, Func<Boolean>, Boolean, Boolean)

Creates a new instance of ToolTipParameters.

Fields

Default

Default options for a mouse tracking tooltip.

Properties

DismissWhenOffScreen

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.

IgnoreBufferChange

Gets whether or not the tooltip is closed when the buffer changes.

IgnoreCaretPositionChange

Gets whether or not the tooltip is closed when the caret position changes.

KeepOpen

Gets whether or not the tooltip should stay open even if the mouse is outside of the tip.

TrackMouse

Gets whether or not the tooltip can be dismissed by the mouse leaving the applicable span.

Applies to