Represents a command that converts a floating shape to an inline shape in a rich text box.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ConvertFloatingShapeToShapeInlineCommand : ShapeContextCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseShapeContextCommandBaseConvertFloatingShapeToShapeInlineCommand
Implements:
Inherited Members
Constructors
C#
public ConvertFloatingShapeToShapeInlineCommand(RadRichTextBox editor)
Methods
Performs the execute action specific to the command.
C#
protected override void ExecuteOverride(object parameter)
The command parameter.
Overrides: