Class
CheckBoxControl

Represents the check box content control.

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class CheckBoxControl : ContentControlBase, IContentControl

Inheritance: objectContentControlBaseCheckBoxControl

Implements: IContentControl

Inherited Members ContentControlBase.AliasPropertyContentControlBase.AliasFontSizePropertyContentControlBase.HoveredPropertyContentControlBase.FocusedPropertyContentControlBase.LineThicknessPropertyContentControlBase.OutlineColorPropertyContentControlBase.PolygonPointsPropertyContentControlBase.TextFlowDirectionPropertyContentControlBase.SelectedPropertyContentControlBase.ThumbShouldBeVisiblePropertyContentControlBase.TopThumbButtonShouldBeVisiblePropertyContentControlBase.SelectCommandPropertyContentControlBase.OnApplyTemplate()ContentControlBase.ArrangeOverride(Size)ContentControlBase.UpdateState(ContentControlState)ContentControlBase.GetCurrentState()ContentControlBase.GetBodyElementName()ContentControlBase.AliasFontSizeContentControlBase.AliasContentControlBase.SelectedContentControlBase.HoveredContentControlBase.FocusedContentControlBase.LineThicknessContentControlBase.OutlineColorContentControlBase.PolygonPointsContentControlBase.TextFlowDirectionContentControlBase.ThumbShouldBeVisibleContentControlBase.TopThumbButtonShouldBeVisibleContentControlBase.SelectCommand

Constructors

CheckBoxControl()

Declaration

cs-api-definition
public CheckBoxControl()

Fields

IsCheckedProperty

Identifies the IsChecked dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsCheckedProperty

Field Value

DependencyProperty

Properties

IsChecked

Gets or sets the value that indicates whether or not the control is checked.

Declaration

cs-api-definition
public bool IsChecked { get; set; }

Property Value

bool

Methods

Initialize(ContentControlState)

Initializes the check box content control with provided state.

Declaration

cs-api-definition
public override void Initialize(ContentControlState state)

Parameters

state

ContentControlState

The state with which the control should be initialized.

Overrides ContentControlBase.Initialize(ContentControlState)

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 ContentControlBase.OnInitialized(EventArgs)