IOleMenuCommand Interface

Definition

Represents an OLE menu command.

public interface class IOleMenuCommand
public interface class IOleMenuCommand
__interface IOleMenuCommand
[System.Runtime.InteropServices.ComVisible(false)]
public interface IOleMenuCommand
[<System.Runtime.InteropServices.ComVisible(false)>]
type IOleMenuCommand = interface
Public Interface IOleMenuCommand
Derived
Attributes

Properties

ParametersDescription

Gets or sets the parameter description.

Text

Gets or sets the text.

Methods

DynamicItemMatch(Int32)

Allows a dynamic item command to match the subsequent items in its list.

Invoke(Object, IntPtr)

Invokes the command.

Applies to