Skip to content

XTPTrackPopupFlags Enumeration

Description

Specifies various properties used when displaying a popup with the ShowPopup method.

Members

Member Description
TPM_RETURNCMD Returns the Id of the control instead of triggering the execute event. The execute event will not be triggered.
TPM_RIGHTBUTTON Allows you to choose a menu item using a right click.
TPM_RIGHTALIGN Right aligns the menu starting from the x and y coordinates.
TPM_RECURSE Used to display a menu when another menu is already displayed. This is intended to support context menus within a menu. This flag can be used to display a popup menu when a control in a popup menu is right-clicked.

Remarks

The XTPTrackPopupFlags flags are used with the ShowPopup method to display popup menus.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.