Gets or sets a value indicating whether the tooltip should stay visible.

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

Syntax

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

Property Value

Type: Boolean
true if the tooltip should stay visible; otherwise, false.

See Also