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

In This Topic
    CommandTarget Property (C1ToggleButtonTool)
    In This Topic
    Gets or sets command target.
    Syntax
    'Declaration
     
    
    Public Property CommandTarget As IInputElement
    public IInputElement CommandTarget {get; set;}
    See Also