ClassFormatPainterButton
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:
cs-api-definition
public class FormatPainterButton : RadRibbonToggleButton, IRibbonButton, IVariantControl
Inheritance: objectRadToggleButtonRadRibbonToggleButtonFormatPainterButton
Implements:
Inherited Members
Constructors
FormatPainterButton()
Declaration
cs-api-definition
public FormatPainterButton()
Methods
OnClick()
Executes the command with a parameter notifying it that the button has been clicked once.
Declaration
cs-api-definition
protected override void OnClick()
Overrides
OnMouseDoubleClick(MouseButtonEventArgs)
Executes the command with a parameter notifying it that the button has been double-clicked.
Declaration
cs-api-definition
protected override void OnMouseDoubleClick(MouseButtonEventArgs e)
Parameters
e
MouseButtonEventArgs
The event data.