SetIsSelected Method
Gets the value of the IsSelectedProperty on the specified control.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static void SetIsSelected(
Control control,
bool value
)
Public Shared Sub SetIsSelected (
control As Control,
value As Boolean
)
static member SetIsSelected :
control : Control *
value : bool -> unit
Parameters
Return Value
The value of the attached property.
See Also
Reference
SelectingItemsControl Class
Avalonia.Controls.Primitives Namespace