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
RadProperty
|
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
OnStatePropertyChanged(Object, PropertyChangedEventArgs)
Declaration
protected override void OnStatePropertyChanged(object sender, PropertyChangedEventArgs e)
Parameters
System.Object
sender
|
System.ComponentModel.PropertyChangedEventArgs
e
|
Overrides
SyncDataContextState()
Declaration
protected override void SyncDataContextState()