ComponentOne FinancialChart for WPF
CommandParameter Property (C1MenuItem)



C1.WPF Namespace > C1MenuItem Class : CommandParameter Property
Gets or sets the parameter to pass to the Command property.
Syntax
'Declaration
 
Public Property CommandParameter As Object
'Usage
 
Dim instance As C1MenuItem
Dim value As Object
 
instance.CommandParameter = value
 
value = instance.CommandParameter
public object CommandParameter {get; set;}
public:
property Object^ CommandParameter {
   Object^ get();
   void set (    Object^ value);
}
See Also

Reference

C1MenuItem Class
C1MenuItem Members