FormControl.showContextMenu(Int32) Method
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.
Shows the shortcut menu for the control.
public:
virtual int showContextMenu(int _menuHandle);
public virtual int showContextMenu (int _menuHandle);
abstract member showContextMenu : int -> int
override this.showContextMenu : int -> int
Public Overridable Function showContextMenu (_menuHandle As Integer) As Integer
Parameters
- _menuHandle
- Int32
The ID of the menu to show.
Returns
An integer value that indicates whether the call succeeded.