Gets or sets a value indicating whether the ToolTip window can follow the pointer if the user moves it inside a ToolTip region.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public bool MoveVisibleTooltip { get; set; }
Visual Basic
Public Property MoveVisibleTooltip As Boolean
	Get
	Set
Visual C++
public:
property bool MoveVisibleTooltip {
	bool get ();
	void set (bool value);
}
F#
member MoveVisibleTooltip : bool with get, set

Property Value

Type: Boolean
true if the tooltip can follow the pointer; otherwise, false.

See Also