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

Represents a command that converts a floating shape to an inline shape in a rich text box.

Definition

Constructors

C#
public ConvertFloatingShapeToShapeInlineCommand(RadRichTextBox editor)
Parameters:editorRadRichTextBox

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)