ToggleButton : ButtonBase
Implemented for: all platforms supported by Uno Platform
This document lists all properties, methods, and events of ToggleButton
that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.
To better understand how ToggleButton
works, you can run your own tests on the Uno Playground.
Implemented properties
Property | Supported on |
---|---|
bool IsThreeState | all platforms supported by Uno Platform |
bool? IsChecked | all platforms supported by Uno Platform |
DependencyProperty IsCheckedProperty | all platforms supported by Uno Platform |
DependencyProperty IsThreeStateProperty | all platforms supported by Uno Platform |
Implemented methods
Method | Supported on |
---|---|
void OnToggle() | all platforms supported by Uno Platform |
Implemented events
Event | Supported on |
---|---|
RoutedEventHandler Checked | all platforms supported by Uno Platform |
RoutedEventHandler Indeterminate | all platforms supported by Uno Platform |
RoutedEventHandler Unchecked | all platforms supported by Uno Platform |
Last updated Tuesday, 14 May 2024 19:55.