fsToolBarFlags Member

The fsToolBarFlags member is used to specify which buttons to include on the Toolbar pane of a three-pane Help Viewer.

This member can be a combination of one or more of the following values.

Value Description
HHWIN_BROWSE_BCK Previous topic button
HHWIN_BROWSE_FWD Next topic button
HHWIN_BUTTON_BACK Back button
HHWIN_BUTTON_CONTENTS Contents button
HHWIN_BUTTON_EXPAND Hide/Show button (hides or shows the Navigation pane)
HHWIN_BUTTON_FAVORITES Favorites button
HHWIN_BUTTON_FORWARD Forward button
HHWIN_BUTTON_HOME Home button (navigates to the HTML file specified for the window in pszHome)
HHWIN_BUTTON_INDEX Index button
HHWIN_BUTTON_JUMP1 [Jump1] button
HHWIN_BUTTON_JUMP2 [Jump2] button
HHWIN_BUTTON_OPTIONS Options button
HHWIN_BUTTON_PRINT Print button
HHWIN_BUTTON_REFRESH Refresh button
HHWIN_BUTTON_SEARCH Search button
HHWIN_BUTTON_STOP Stop button
HHWIN_BUTTON_SYNC Locate button
HHWIN_BUTTON_ZOOM Zoom button

Back to HH_WINTYPE