ToolTipSetShowOnDisabled Method
Sets whether a control will display a tooltip even if it disabled.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetShowOnDisabled(
Control element,
bool value
)
Public Shared Sub SetShowOnDisabled (
element As Control,
value As Boolean
)
static member SetShowOnDisabled :
element : Control *
value : bool -> unit
Parameters
- element Control
- The control to get the property from.
- value Boolean
- Whether the control is to display a tooltip even if it disabled.