Gets a value indicating whether the ToolTip is currently 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 IsVisible { get; }
Visual Basic
Public ReadOnly Property IsVisible As Boolean
	Get
Visual C++
public:
property bool IsVisible {
	bool get ();
}
F#
member IsVisible : bool with get

Property Value

Type: Boolean
true if the ToolTip is visible; otherwise, false.

See Also