ButtonBase : ContentControl
Implemented for: WASM, Skia, Mobile
This document lists all properties, methods, and events of ButtonBase that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.
Implemented properties
| Property | Supported on |
|---|---|
| DependencyProperty ClickModeProperty | WASM, Skia, Mobile |
| DependencyProperty CommandParameterProperty | WASM, Skia, Mobile |
| DependencyProperty CommandProperty | WASM, Skia, Mobile |
| DependencyProperty IsPointerOverProperty | WASM, Skia, Mobile |
| DependencyProperty IsPressedProperty | WASM, Skia, Mobile |
| ClickMode ClickMode | WASM, Skia, Mobile |
| ICommand Command | WASM, Skia, Mobile |
| object CommandParameter | WASM, Skia, Mobile |
| bool IsPointerOver | WASM, Skia, Mobile |
| bool IsPressed | WASM, Skia, Mobile |
Implemented events
| Event | Supported on |
|---|---|
| RoutedEventHandler Click | WASM, Skia, Mobile |
Below are all properties, methods, and events of ButtonBase that are not currently implemented in Uno.
Not implemented properties
| Property | Not supported on |
|---|---|
| DependencyProperty ClickModeProperty | MacOS |
| DependencyProperty CommandParameterProperty | MacOS |
| DependencyProperty CommandProperty | MacOS |
| DependencyProperty IsPointerOverProperty | MacOS |
| DependencyProperty IsPressedProperty | MacOS |
| bool HasUnwrappableNativeObject | all platforms supported by Uno Platform |
| IObjectReference NativeObject | all platforms supported by Uno Platform |
| ClickMode ClickMode | MacOS |
| ICommand Command | MacOS |
| object CommandParameter | MacOS |
| bool IsPointerOver | MacOS |
| bool IsPressed | MacOS |
Not implemented methods
| Method | Not supported on |
|---|---|
| I As() | all platforms supported by Uno Platform |
| ButtonBase FromAbi(nint) | all platforms supported by Uno Platform |
| bool Equals(ButtonBase) | all platforms supported by Uno Platform |
| bool Equals(object) | all platforms supported by Uno Platform |
| int GetHashCode() | all platforms supported by Uno Platform |
| bool IsOverridableInterface(Guid) | all platforms supported by Uno Platform |
Not implemented events
| Event | Not supported on |
|---|---|
| RoutedEventHandler Click | MacOS |
Last updated Thursday, 16 July 2026 23:16.