ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialMenuItem Class / Command Property



In This Topic
    Command Property (C1RadialMenuItem)
    In This Topic
    Gets or sets the command to invoke when this button is pressed.
    Syntax
    'Declaration
     
    
    Public Property Command As ICommand
    'Usage
     
    
    Dim instance As C1RadialMenuItem
    Dim value As ICommand
     
    instance.Command = value
     
    value = instance.Command
    public ICommand Command {get; set;}
    public:
    property ICommand^ Command {
       ICommand^ get();
       void set (    ICommand^ value);
    }
    See Also