ComponentOne FinancialChart for WPF
Command Property (C1RadialMenuItem)



C1.WPF Namespace > C1RadialMenuItem Class : Command Property
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

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members