Share via


FormListControl.showContextMenu Method

Identifies when a shortcut menu appears.

Syntax

public int showContextMenu(int menuHandle)

Run On

Client

Parameters

  • menuHandle
    Type: int
    An Integer data type that specifies the menu handle.

Return Value

Type: int
An Integer data type that specifies the menu handle.

Remarks

To override this method on a list view control, right-click the Methods node below the control, point to Override Method, and then click showContextMenu.

For information about best practices for forms and code, see No Code in Forms.

See Also

Reference

FormListControl Class