ComboBox : Selector
Implemented for: WASM, Skia, Mobile
This document lists all properties, methods, and events of ComboBox that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.
In addition, ComboBox has Uno-specific documentation here.
To better understand how ComboBox works, you can use the Uno Gallery or run your own tests on the Uno Playground.
Implemented properties
Implemented methods
| Method | Supported on |
|---|---|
| void OnDropDownClosed(object) | WASM, Skia, Mobile |
| void OnDropDownOpened(object) | WASM, Skia, Mobile |
Implemented events
| Event | Supported on |
|---|---|
| EventHandler | WASM, Skia, Mobile |
| EventHandler | WASM, Skia, Mobile |
| TypedEventHandler<ComboBox, ComboBoxTextSubmittedEventArgs> TextSubmitted | WASM, Skia, Mobile |
Below are all properties, methods, and events of ComboBox that are not currently implemented in Uno.
Not implemented properties
Not implemented methods
| Method | Not supported on |
|---|---|
| I As() | all platforms supported by Uno Platform |
| ComboBox FromAbi(nint) | all platforms supported by Uno Platform |
| bool Equals(ComboBox) | all platforms supported by Uno Platform |
| bool Equals(object) | all platforms supported by Uno Platform |
| int GetHashCode() | all platforms supported by Uno Platform |
| void OnDropDownClosed(object) | MacOS |
| void OnDropDownOpened(object) | MacOS |
| bool IsOverridableInterface(Guid) | all platforms supported by Uno Platform |
Not implemented events
| Event | Not supported on |
|---|---|
| EventHandler | MacOS |
| EventHandler | MacOS |
| TypedEventHandler<ComboBox, ComboBoxTextSubmittedEventArgs> TextSubmitted | MacOS |
Last updated Thursday, 27 August 2026 18:27.