Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / C1ToggleButtonTool Class / Command Property

In This Topic
    Command Property (C1ToggleButtonTool)
    In This Topic
    Gets or sets the command that can be bound to the tool.
    Syntax
    'Declaration
     
    
    Public Property Command As ICommand
    public ICommand Command {get; set;}
    See Also