New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
public ChangeFontFamilyCommand(RadRichTextBox editor)
Parameters:editorRadRichTextBox

Properties

C#
protected override bool ShouldFocusCaretAfterExecute { get; }

Overrides: RichTextBoxCommandBase.ShouldFocusCaretAfterExecute

Methods

Performs the execute action specific to the command.

C#
protected override void ExecuteOverride(object parameter)
Parameters:parameterobject

The command parameter.

Overrides: RichTextBoxCommandBase.ExecuteOverride(object)

C#
protected virtual void OnFontFamilyChanged(StylePropertyChangedEventArgs<FontFamily> e)
Parameters:eStylePropertyChangedEventArgs<FontFamily>
C#
protected override void UpdateSpanStyle()

Overrides: RichTextBoxCommandBase.UpdateSpanStyle()

Events

C#
public event EventHandler<StylePropertyChangedEventArgs<FontFamily>> FontFamilyChanged