Skip to content

Commit a4e53f6

Browse files
authored
Merge pull request #5446 from Rageking8/remove-rogue-space-within-afx-mbv-displayonfocus-in-cframewnd-class-reference
Remove rogue space within `AFX_MBV_DISPLAYONFOCUS` in `CFrameWnd` class reference
2 parents 61e5327 + aaceb8f commit a4e53f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mfc/reference/cframewnd-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ This method returns one of the following values:
511511

512512
- `AFX_MBV_DISPLAYONFOCUS` (0x02) - The menu is hidden by default. If the menu is hidden, press the ALT key to display the menu and give it the focus. If the menu is displayed, press the ALT or ESC key to hide it.
513513

514-
- `AFX_MBV_ DISPLAYONFOCUS | AFX_MBV_DISPLAYONF10` (0x06) - The menu is hidden by default. If the menu is hidden, press the F10 key to display the menu and give it the focus. If the menu is displayed, press the F10 key to toggle the focus on or off the menu. The menu is displayed until you press the ALT or ESC key to hide it.
514+
- `AFX_MBV_DISPLAYONFOCUS | AFX_MBV_DISPLAYONF10` (0x06) - The menu is hidden by default. If the menu is hidden, press the F10 key to display the menu and give it the focus. If the menu is displayed, press the F10 key to toggle the focus on or off the menu. The menu is displayed until you press the ALT or ESC key to hide it.
515515

516516
### Remarks
517517

0 commit comments

Comments
 (0)