Class RadCheckBoxElement
Represents a check box element. The RadCheckBox class is a simple wrapper for the RadCheckBoxElement class. The RadCheckBox acts to transfer events to and from its corresponding RadCheckBoxElement instance. The radCheckBoxElement which is essentially the RadCheckBox control may be nested in other telerik controls.
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.Drawing.ContentAlignment
|
Checked
Declaration
public bool Checked { get; set; }
Property Value
System.Boolean
|
CheckMarkPrimitive
Gets an instance of the RadCheckmarkclass that represents the check box part of the RadCheckBoxElement.
Declaration
public RadCheckmark CheckMarkPrimitive { get; }
Property Value
RadCheckmark
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
GetFocusRect()
Declaration
protected override Rectangle GetFocusRect()
Returns
System.Drawing.Rectangle
|
Overrides
GetSystemSkinPaintBounds()
Declaration
protected override Rectangle GetSystemSkinPaintBounds()
Returns
System.Drawing.Rectangle
|
Overrides
GetXPVisualStyle()
Declaration
public override VisualStyleElement GetXPVisualStyle()
Returns
System.Windows.Forms.VisualStyles.VisualStyleElement
|
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
RadElement
element
|
Returns
System.Boolean
|