IExpandCollapseProviderCollapse Method
Hides all nodes, controls, or content that are descendants of the control.
Namespace: Avalonia.Automation.ProviderAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
abstract Collapse : unit -> unit
| Windows | IExpandCollapseProvider.Collapse |
| macOS |
Called by setting NSAccessibilityProtocol.setAccessibilityExpanded to
false.
|