ToolTipSetServiceEnabled Method
Sets whether showing and hiding of a control's tooltip will be automatically controlled by Avalonia.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetServiceEnabled(
Control element,
bool value
)
Public Shared Sub SetServiceEnabled (
element As Control,
value As Boolean
)
static member SetServiceEnabled :
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.