Class RemoveHyperlinkCommand
Represents the command associated with removing a hyperlink from a document in the RichTextBox control.
Inheritance
System.Object
RemoveHyperlinkCommand
Inherited Members
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class RemoveHyperlinkCommand : FieldRangeStartBaseCommandBase<HyperlinkRangeStart>, ICommand
Constructors
RemoveHyperlinkCommand(RadRichTextBox)
Methods
ExecuteOverride(Object)
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
System.Object
parameter
|