Class CheckBoxControl
Represents the check box content control.
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class CheckBoxControl : ContentControlBase, IContentControl
Constructors
CheckBoxControl()
Declaration
public CheckBoxControl()
Fields
IsCheckedProperty
Identifies the IsChecked dependency property.
Declaration
public static readonly DependencyProperty IsCheckedProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsChecked
Gets or sets the value that indicates whether or not the control is checked.
Declaration
public bool IsChecked { get; set; }
Property Value
System.Boolean
|
Methods
Initialize(ContentControlState)
Initializes the check box content control with provided state.
Declaration
public override void Initialize(ContentControlState state)
Parameters
ContentControlState
state
The state with which the control should be initialized. |
Overrides
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|