OleMenuCmdEventArgs.InValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.