Skip to content
update authored by Jean-Philippe Bruyère's avatar Jean-Philippe Bruyère
**namespace**: `Crow`
#### Inheritance Hierarchy
- [`ILayoutable`](Crow.ILayoutable)
- [`GraphicObject`](Crow.GraphicObject)
- [`PrivateContainer`](Crow.PrivateContainer)
- [`TemplatedControl`](Crow.TemplatedControl)
- `RadioButton`
#### Syntax
```csharp
public class RadioButton : TemplatedControl
```
#### Constructors
| :white_large_square: | prototype | description
| --- | --- | --- |
| [[/images/method.jpg]] | ` RadioButton (Interface iface)` | __
#### Properties
| :white_large_square: | name | description |
| --- | --- | --- |
| [[/images/property.jpg]] | `IsChecked` | __ |
#### Methods
| :white_large_square: | prototype | description |
| --- | --- | --- |
| [[/images/method.jpg]] | `void onMouseDown(object sender, MouseButtonEventArgs e)` | __ |
#### Events
| :white_large_square: | name | description |
| --- | --- | --- |
| [[/images/event.jpg]] | `Checked` | __ |
| [[/images/event.jpg]] | `Unchecked` | __ |