Class RadCheckBoxElement
Represents a check box element. The Rad
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadCheckBoxElement : RadToggleButtonElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement
Constructors
RadCheckBoxElement()
Declaration
public RadCheckBoxElement()
Fields
CheckAlignmentProperty
Properties
CheckAlignment
Gets or sets a value indicating the alignment of the check box.
Declaration
[RadPropertyDefaultValue("CheckAlignment", typeof(RadCheckBoxElement))]
public ContentAlignment CheckAlignment { get; set; }
Property Value
System.
|
Checked
Declaration
public bool Checked { get; set; }
Property Value
System.
|
CheckMarkPrimitive
Gets an instance of the Rad
Declaration
public RadCheckmark CheckMarkPrimitive { get; }
Property Value
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
GetFocusRect()
Declaration
protected override Rectangle GetFocusRect()
Returns
System.
|
Overrides
GetSystemSkinPaintBounds()
Declaration
protected override Rectangle GetSystemSkinPaintBounds()
Returns
System.
|
Overrides
GetXPVisualStyle()
Declaration
public override VisualStyleElement GetXPVisualStyle()
Returns
System.
|
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
InitializeSystemSkinPaint()
Declaration
protected override void InitializeSystemSkinPaint()
Overrides
ShouldPaintChild(RadElement)
Declaration
protected override bool ShouldPaintChild(RadElement element)
Parameters
Rad
|
Returns
System.
|