Class
SectionColumnsRadioButton

Represents SectionColumnsRadioButton

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs.SectionColumns

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class SectionColumnsRadioButton : RadRadioButton

Inheritance: objectRadRadioButtonSectionColumnsRadioButton

Inherited Members RadRadioButton.CornerRadiusPropertyRadRadioButton.IsBackgroundVisiblePropertyRadRadioButton.ActivateEventRadRadioButton.OnActivate()RadRadioButton.OnToggle()RadRadioButton.OnMouseEnter(MouseEventArgs)RadRadioButton.OnMouseLeave(MouseEventArgs)RadRadioButton.OnMouseLeftButtonUp(MouseButtonEventArgs)RadRadioButton.OnLostFocus(RoutedEventArgs)RadRadioButton.OnGotFocus(RoutedEventArgs)RadRadioButton.OnCreateAutomationPeer()RadRadioButton.CornerRadiusRadRadioButton.IsBackgroundVisibleRadRadioButton.Activate

Constructors

SectionColumnsRadioButton()

Initialize new instance of the SectionColumnsRadioButton class.

Declaration

cs-api-definition
public SectionColumnsRadioButton()

Fields

ImageProperty

Declaration

cs-api-definition
public static readonly DependencyProperty ImageProperty

Field Value

DependencyProperty

Properties

Image

Gets or sets the image displayed by the radio button.

Declaration

cs-api-definition
public Image Image { get; set; }

Property Value

Image

Methods

OnApplyTemplate()

Invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate.

Declaration

cs-api-definition
public override void OnApplyTemplate()

Overrides RadRadioButton.OnApplyTemplate()

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

Overrides RadRadioButton.OnInitialized(EventArgs)