CheckBoxControl
Class
Represents the check box content control.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class CheckBoxControl : ContentControlBase, IContentControl
Inheritance: objectContentControlBaseCheckBoxControl
Implements:
Inherited Members
Constructors
C#
public CheckBoxControl()
Fields
IsCheckedProperty
DependencyProperty
Identifies the IsChecked dependency property.
C#
public static readonly DependencyProperty IsCheckedProperty
Properties
Methods
Initializes the check box content control with provided state.
C#
public override void Initialize(ContentControlState state)
The state with which the control should be initialized.
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides: