GetShowOnDisabled Method
Gets whether a control will display a tooltip even if it disabled.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static bool GetShowOnDisabled(
Control element
)
Public Shared Function GetShowOnDisabled (
element As Control
) As Boolean
static member GetShowOnDisabled :
element : Control -> bool
Parameters
- Control
- The control to get the property from.