Class PropertyGridCheckBoxItemElement
Inheritance
System.Object
PropertyGridCheckBoxItemElement
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.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PropertyGridCheckBoxItemElement : PropertyGridItemElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IVirtualizedElement<PropertyGridItemBase>
Constructors
PropertyGridCheckBoxItemElement()
Declaration
public PropertyGridCheckBoxItemElement()
Properties
CheckBoxElement
Gets the property grid item check box element
Declaration
public RadCheckBoxElement CheckBoxElement { get; }
Property Value
RadCheckBoxElement
|
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
|
Overrides
Methods
AddEditor(IInputEditor)
Declaration
public override void AddEditor(IInputEditor editor)
Parameters
IInputEditor
editor
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
IsCompatible(PropertyGridItemBase, Object)
Determines if a logical item is compatible with this visual element.
Declaration
public override bool IsCompatible(PropertyGridItemBase data, object context)
Parameters
PropertyGridItemBase
data
The logical item to be checked for compatibility. |
System.Object
context
The context. |
Returns
System.Boolean
|
Overrides
OnCheckBoxMouseMove(MouseEventArgs)
Declaration
protected virtual void OnCheckBoxMouseMove(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
OnToggleStateChanged(StateChangedEventArgs)
Declaration
protected virtual void OnToggleStateChanged(StateChangedEventArgs args)
Parameters
StateChangedEventArgs
args
|
OnToggleStateChanging(StateChangingEventArgs)
Declaration
protected virtual void OnToggleStateChanging(StateChangingEventArgs args)
Parameters
StateChangingEventArgs
args
|
RemoveEditor(IInputEditor)
Declaration
public override void RemoveEditor(IInputEditor editor)
Parameters
IInputEditor
editor
|
Overrides
Synchronize()
Synchronizes changes with other elements.
Declaration
public override void Synchronize()