Class ToggleButtonCheckedListVisualItem
Inheritance
System.Object
ToggleButtonCheckedListVisualItem
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.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class ToggleButtonCheckedListVisualItem : RadCheckedListVisualItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IVirtualizedElement<RadListDataItem>
Constructors
ToggleButtonCheckedListVisualItem()
Declaration
public ToggleButtonCheckedListVisualItem()
Methods
Attach(RadListDataItem, Object)
Declaration
public override void Attach(RadListDataItem data, object context)
Parameters
RadListDataItem
data
|
System.Object
context
|
Overrides
CreateCheckBoxElement()
Declaration
protected override RadToggleButtonElement CreateCheckBoxElement()
Returns
RadToggleButtonElement
|