ValidateSelection Method
Validates the tab/panel/page selection taking into account the visibility of each item as well as the current selection.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
protected virtual void ValidateSelection()
Protected Overridable Sub ValidateSelection
abstract ValidateSelection : unit -> unit
override ValidateSelection : unit -> unit
Remarks
Derived controls may re-implement this based on their default style / control template and any specialized selection needs.