RadRadioButton
A RadioButton control.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
[TelerikToolboxCategory("Buttons")]
public class RadRadioButton : RadioButton
Inheritance: objectRadRadioButton
Derived Classes:
Constructors
Initializes a new instance of the RadRadioButton class.
public RadRadioButton()
Fields
ActivateEvent
RoutedEvent
Identifies the Activate routed event.
public static readonly RoutedEvent ActivateEvent
CornerRadiusProperty
DependencyProperty
Identifies the CornerRadius property.
public static readonly DependencyProperty CornerRadiusProperty
IsBackgroundVisibleProperty
DependencyProperty
Identifies the IsBackgroundVisible property.
public static readonly DependencyProperty IsBackgroundVisibleProperty
Properties
CornerRadius
CornerRadius
Gets or sets a value that represents the degree to which the corners of the control are rounded. This is a dependency property.
public CornerRadius CornerRadius { get; set; }
Sets the visual appearance of the chrome not to render in Normal mode.
[Browsable(false)]
public bool IsBackgroundVisible { get; set; }
Methods
Raises the event.
protected virtual void OnActivate()
Invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
Creates a RadRadioButtonAutomationPeer.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Invoked on got focus.
protected override void OnGotFocus(RoutedEventArgs e)
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Invoke on focus lost.
protected override void OnLostFocus(RoutedEventArgs e)
Invoke on mouse enter.
protected override void OnMouseEnter(MouseEventArgs e)
Invoke on mouse leave.
protected override void OnMouseLeave(MouseEventArgs e)
Invoke on mouse left button up.
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Invoke the base OnToggle and execute the associated Command.
protected override void OnToggle()
Events
Occurs when button is clicked.
public event EventHandler<RadRoutedEventArgs> Activate