Class FormatPainterButton
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.
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class FormatPainterButton : RadRibbonToggleButton, ICommandSource, IRibbonButton, IVariantControl
Constructors
FormatPainterButton()
Initializes a new instance of the FormatPainterButton class.
Declaration
public FormatPainterButton()
Methods
OnClick()
Executes the command with a parameter depending on whether the button has been clicked once or twice.
Declaration
protected override void OnClick()