OleMenuCmdEventArgs Class
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.
This is the set of arguments passed to a OleMenuCommand object when the Invoke function is called
public ref class OleMenuCmdEventArgs : EventArgs
public class OleMenuCmdEventArgs : EventArgs
type OleMenuCmdEventArgs = class
inherit EventArgs
Public Class OleMenuCmdEventArgs
Inherits EventArgs
- Inheritance
-
OleMenuCmdEventArgs
Constructors
OleMenuCmdEventArgs(Object, IntPtr, OLECMDEXECOPT) |
Builds the OleMenuCmdEventArgs |
OleMenuCmdEventArgs(Object, IntPtr) |
Builds the OleMenuCmdEventArgs |
Properties
InValue |
Gets the parameter passed as input to the command function |
Options |
Gets the execution options for the command. |
OutValue |
Gets a pointer to the parameter used as output by the command function |