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

Definition

Namespace:Telerik.WinForms.Documents.RichTextBoxCommands

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

C#
public class RoutedUICommand : RoutedCommand, ICommand

Inheritance: objectRoutedCommandRoutedUICommand

Derived Classes: RichTextBoxRoutedCommand

Implements: ICommand

Inherited Members RoutedCommand.CanExecute(object)RoutedCommand.Execute(object)RoutedCommand.CanExecuteChanged

Constructors

C#
public RoutedUICommand()
C#
public RoutedUICommand(string text, string name, Type ownerType)
Parameters:textstringnamestringownerTypeType

Properties

C#
public string Name { get; set; }
C#
public string Text { get; set; }