Skip to main content

SetShowSuggestions Method

Sets the value of the attached ShowSuggestionsProperty on a control.

Definition

Namespace: Avalonia.Input.TextInput
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static void SetShowSuggestions(
StyledElement avaloniaObject,
bool? value
)

Parameters

  StyledElement
The control.
  Nullable(Boolean)
The property value to set.

See Also

Reference

TextInputOptions Class
Avalonia.Input.TextInput Namespace