TPM_RECURSE top-level constant

  1. @Deprecated('Use TRACK_POPUP_MENU_FLAGS.TPM_RECURSE instead')
int const TPM_RECURSE

Use the TPM_RECURSE flag to display a menu when another menu is already displayed. This is intended to support context menus within a menu.

Implementation

@Deprecated('Use TRACK_POPUP_MENU_FLAGS.TPM_RECURSE instead')
const TPM_RECURSE = 0x0001;