Class FormatPainterToggleButtonElement
Inheritance
System.Object
FormatPainterToggleButtonElement
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.RichTextEditorRibbonUI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class FormatPainterToggleButtonElement : RadToggleButtonElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement
Constructors
FormatPainterToggleButtonElement()
Declaration
public FormatPainterToggleButtonElement()
Fields
DoubleMouseClick
Declaration
public EventHandler<EventArgs> DoubleMouseClick
Field Value
System.EventHandler<System.EventArgs>
|
SingleMouseClick
Declaration
public EventHandler<EventArgs> SingleMouseClick
Field Value
System.EventHandler<System.EventArgs>
|
Properties
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
|
Overrides
Methods
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnClick(EventArgs)
Declaration
protected override void OnClick(EventArgs e)
Parameters
System.EventArgs
e
|