Class RadioButton
Implements Radio Button control
Inheritance
System.Object
RadioButton
Implements
Inherited Members
Namespace: EmptyKeys.UserInterface.Controls
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class RadioButton : ToggleButton, ICommandSource
Constructors
RadioButton()
Initializes a new instance of the RadioButton class.
Declaration
public RadioButton()
Fields
GroupNameProperty
The group name property
Declaration
public static readonly DependencyProperty GroupNameProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
GroupName
Gets or sets the name of the group.
Declaration
public string GroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the group. |
Methods
OnChecked(RoutedEventArgs)
Raises the Checked event.
Declaration
protected override void OnChecked(RoutedEventArgs routedEventArgs)
Parameters
Type | Name | Description |
---|---|---|
RoutedEventArgs | routedEventArgs | The RoutedEventArgs instance containing the event data. |
Overrides
OnToggle()
Called when [toggle].
Declaration
protected override void OnToggle()