ComponentOne FinancialChart for WPF
Command Property (C1MenuItem)



C1.WPF Namespace > C1MenuItem 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 C1MenuItem
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

C1MenuItem Class
C1MenuItem Members