ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1MenuItem Class / CommandParameter Property



In This Topic
    CommandParameter Property (C1MenuItem)
    In This Topic
    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