GetIsOpen Method
Gets the value of the ToolTip.IsOpen attached property.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static bool GetIsOpen(
Control element
)
Public Shared Function GetIsOpen (
element As Control
) As Boolean
static member GetIsOpen :
element : Control -> bool
Parameters
- Control
- The control to get the property from.
Return Value
Boolean
A value indicating whether the tool tip is visible.