RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Ribbon Namespace / InsertTableGrid Class / ConvertTextCommand Property

In This Topic
    ConvertTextCommand Property (InsertTableGrid)
    In This Topic
    Gets or sets the command that is executed when a user chooses the converte text hyperlink.
    Syntax
    'Declaration
     
    
    Public Property ConvertTextCommand As ICommand
    public ICommand ConvertTextCommand {get; set;}
    See Also