FormatPainterButton
Class
Represents a button that can be selected with a single click or double click and cleared. It can be used as UI for the format painter function of RadRichTextBox.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class FormatPainterButton : RadRibbonToggleButton, IRibbonButton, IVariantControl
Inheritance: objectRadToggleButtonRadRibbonToggleButtonFormatPainterButton
Implements:
Inherited Members
Constructors
C#
public FormatPainterButton()
Methods
Executes the command with a parameter notifying it that the button has been clicked once.
C#
protected override void OnClick()
Overrides:
Executes the command with a parameter notifying it that the button has been double-clicked.
C#
protected override void OnMouseDoubleClick(MouseButtonEventArgs e)
The event data.