OleMenuCmdEventArgs.InValue Property

Definition

Gets the parameter passed as input to the command function

public:
 property System::Object ^ InValue { System::Object ^ get(); };
public:
 property Platform::Object ^ InValue { Platform::Object ^ get(); };
public object InValue { get; }
member this.InValue : obj
Public ReadOnly Property InValue As Object

Property Value

The in parameters to the command.

Applies to