Class CheckBoxControl
Inheritance
System.Object
CheckBoxControl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.RichTextEditor.UI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class CheckBoxControl : ContentControlBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop, IContentControl
Constructors
CheckBoxControl()
Declaration
public CheckBoxControl()
Fields
IsCheckedProperty
Identifies the Alias dependency property.
Declaration
public static readonly RadProperty IsCheckedProperty
Field Value
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.
|
Methods
OnStatePropertyChanged(Object, PropertyChangedEventArgs)
Declaration
protected override void OnStatePropertyChanged(object sender, PropertyChangedEventArgs e)
Parameters
System.
|
System.
|
Overrides
SyncDataContextState()
Declaration
protected override void SyncDataContextState()