MP_POPUPFLAGS constants
Represent options available when displaying a pop-up menu.
Constant/value | Description |
---|---|
|
Give the pop-up menu the focus. |
|
Select the first item in the pop-up menu. |
|
Do not use the default system animations, for example, fade-in, when displaying the menu. |
|
Activate the menu by a keyboard shortcut. |
|
Display the bar in a different position, based on changes to the menu. |
|
Reserved. Do not use. |
|
Select the last item in the menu. |
|
Windows Vista or later: Align the pop-up menu to the left of the area specified in the prcExclude parameter of ITrackShellMenu::Popup or IMenuPopup::Popup. This is the default alignment. |
|
Windows Vista or later: Align the pop-up menu to the right of the area specified in the prcExclude parameter of ITrackShellMenu::Popup or IMenuPopup::Popup. |
|
Position the pop-up menu above the initial point specified in the ppt parameter of ITrackShellMenu::Popup or IMenuPopup::Popup. |
|
Position the pop-up menu to the left of the initial point. |
|
Position the pop-up menu to the right of the initial point. |
|
Position the pop-up menu below the initial point. |
|
The menu position mask. |
Remarks
These constants are defined in the Shobjidl.h file beginning in Windows XP Service Pack 1 (SP1) and Windows Server 2003
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows XP with SP1 [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
IDL |
|
See also