If the application page window has the focus (for example, the cursor is
on a control within the top page dialog), the notebook handles the following
keyboard interaction:
Alt+Up Arrow
Sets the focus to the notebook window.
If the notebook control has the focus (for example, the cursor is on the
major tab, minor tab or page turning button), the notebook handles the following
keyboard interactions:
Alt+Down Arrow
Sets the focus to the application
page window.
Tab
Moves
the selection cursor to the next position or control.
Shift+Tab
Moves the selection cursor to the previous position
or control.
Down Arrow or Right Arrow
Moves
the selection cursor to the next major or minor tab. If either of these
keys is pressed while the selection cursor is on a major tab, the cursor
moves to the next major tab. If either of these keys is pressed while the
selection cursor is on a minor tab, the cursor moves to the next minor tab.
If the next tab is not visible, the tabs are scrolled to bring the next
tab into view. If the end of the tabs is reached, scrolling ends.
Up
Arrow or Left Arrow
Moves the selection cursor
to the previous major or minor tab. If either of these keys is pressed while
the selection cursor is on a major tab, the cursor moves to the previous
major tab. If either of these keys is pressed while the selection cursor
is on a minor tab, the cursor moves to the previous minor tab. If the previous
tab is not visible, the tabs are scrolled to bring the previous tab into
view. If the beginning of the tabs is reached, scrolling ends.
Enter
or Spacebar
The cursored tab page becomes the top
page of the notebook.
Mnemonics
Brings
the page whose tab contains the mnemonic character to the top of the notebook
whenever the user presses the mnemonic key. Mnemonic key definition is provided
by using the BKM_SETTABTEXT message.
Coding a mnemonic character (~) before a text character in the BKM_SETTABTEXT
message causes that character to be underlined in the tab's text string
and activates it as a mnemonic selection character. The mnemonic key pressing
is not case-sensitive, so the user can type the mnemonic character in either
upper or lower case.
PgDn or Alt+PgDn
Brings
the next page to the top of the notebook and sets the selection cursor on
the associated tab, if there is one.
PgUp or Alt+PgUp
Brings the previous page to the top of the notebook
and sets the selection cursor on the associated tab, if there is one.
Home
Brings the first page of the notebook to the top
and sets the selection cursor on the associated tab, if there is one.
End
Brings the last page of the notebook to the top
and sets the selection cursor on the associated tab, if there is one.
[Back]
[Next]