ClassCheckBoxControl
Class
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:
Inherited Members
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
Methods
Initialize(ContentControlState)
Initializes the check box content control with provided state.
Declaration
cs-api-definition
public override void Initialize(ContentControlState state)
Parameters
state
The state with which the control should be initialized.
Overrides
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
The RoutedEventArgs that contains the event data.
Overrides