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

Definition

Constructors

C#
public InsertBreakCommand(RadRichTextBox editor)
Parameters:editorRadRichTextBox

Properties

Gets the supported CommandTargets for the command.

C#
protected override CommandTargets SupportedTargets { get; }

Overrides: RichTextBoxCommandBase.SupportedTargets

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)