Class RadCheckmark
Represents checkmark.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadCheckmark : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
  Constructors
RadCheckmark()
Declaration
public RadCheckmark()
  Fields
CheckStateProperty
ImageIndexProperty
ImageKeyProperty
ImageProperty
IsImageProperty
Properties
Border
Gets the instance of BorderPrimitive wrapped by this element.
Declaration
public BorderPrimitive Border { get; }
  Property Value
| 
        BorderPrimitive
         
  | 
    
CanHaveOwnStyle
Declaration
public override bool CanHaveOwnStyle { get; }
  Property Value
| 
        System.Boolean
         
  | 
    
Overrides
CheckElement
Gets the instance of CheckPrimitive wrapped by this element.
Declaration
public virtual CheckPrimitive CheckElement { get; }
  Property Value
| 
        CheckPrimitive
         
  | 
    
CheckState
Gets or sets value indicating RadCheckmark checkstate.
Declaration
public ToggleState CheckState { get; set; }
  Property Value
| 
        ToggleState
         
  | 
    
EnableVisualStates
Determines whether the item will be used as a separate item in another element.
Declaration
public bool EnableVisualStates { get; set; }
  Property Value
| 
        System.Boolean
         
  | 
    
Fill
Gets the instance of FillPrimitive wrapped by this element.
Declaration
public FillPrimitive Fill { get; }
  Property Value
| 
        FillPrimitive
         
  | 
    
Image
Gets or sets the image that is displayed on a button element.
Declaration
[RadPropertyDefaultValue("Image", typeof(RadCheckmark))]
public virtual Image Image { get; set; }
  Property Value
| 
        System.Drawing.Image
         
  | 
    
ImageElement
Gets the instance of ImagePrimitive wrapped by this element.
Declaration
public ImagePrimitive ImageElement { get; }
  Property Value
| 
        ImagePrimitive
         
  | 
    
ImageIndex
Gets or sets the image list index value of the image displayed as a checkmark.
Declaration
[RadPropertyDefaultValue("ImageIndex", typeof(RadCheckmark))]
public virtual int ImageIndex { get; set; }
  Property Value
| 
        System.Int32
         
  | 
    
ImageKey
Gets or sets the key accessor for the image in the ImageList.
Declaration
[RadPropertyDefaultValue("ImageKey", typeof(RadCheckmark))]
public virtual string ImageKey { get; set; }
  Property Value
| 
        System.String
         
  | 
    
VsbVisible
Determines whether the element may be added associated with metadata in the Visual Style Builder.
Declaration
public override bool VsbVisible { get; }
  Property Value
| 
        System.Boolean
         
  | 
    
Overrides
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
  Overrides
InitializeFields()
OnChildrenChanged(RadElement, ItemsChangeOperation)
Declaration
protected override void OnChildrenChanged(RadElement child, ItemsChangeOperation changeOperation)
  Parameters
| 
        RadElement
        child
         
  | 
    
| 
        ItemsChangeOperation
        changeOperation
         
  | 
    
Overrides
OnLoaded()
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
  Parameters
| 
        RadPropertyChangedEventArgs
        e
         
  | 
    
Overrides
SetCheckState()
Declaration
protected virtual void SetCheckState()