Gets a value indicating whether the ToolTip is currently visible.
Namespace: Dapfor.Net.UiAssembly: 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: Booleantrue if the ToolTip is visible; otherwise, false.