SetShowSuggestions Method
Sets the value of the attached ShowSuggestionsProperty on a control.
Definition
Namespace: Avalonia.Input.TextInput
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static void SetShowSuggestions(
StyledElement avaloniaObject,
bool? value
)
Public Shared Sub SetShowSuggestions (
avaloniaObject As StyledElement,
value As Boolean?
)
static member SetShowSuggestions :
avaloniaObject : StyledElement *
value : Nullable<bool> -> unit
Parameters
- StyledElement
- The control.
- Nullable(Boolean)
- The property value to set.