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, IRibbonButton, IVariantControl
Constructors
FormatPainterButton()
Declaration
public FormatPainterButton()
Methods
OnClick()
Executes the command with a parameter notifying it that the button has been clicked once.
Declaration
protected override void OnClick()
Overrides
OnMouseDoubleClick(MouseButtonEventArgs)
Executes the command with a parameter notifying it that the button has been double-clicked.
Declaration
protected override void OnMouseDoubleClick(MouseButtonEventArgs e)
Parameters
System.Windows.Input.MouseButtonEventArgs
e
The event data. |