The following table lists the short bar styles that you can specify in calls to the Create() or ModifyBarStyles() methods.
Shortcut bar style | Description |
SEC_OBS_VERT | Orients the shortcut bar vertically. This is the default orientation. |
SEC_OBS_HORZ | Orients the shortcut bar horizontally. This is not a default style. |
SEC_OBS_BUTTONFEEDBACK | Draws a button-down look for the bar when it is pressed. This is not the default style. |
SEC_OBS_CONTEXTMENU | Enables the display of a context menu when the user clicks the right mouse button on the shortcut bar. You can associate the displayed menu with the shortcut bar via the SECShortcutBar::SetBarMenu() method. This is not the default style.The context menu associated with this flag does not appear when an SECShortcutListCtrl window is right clicked. SECShortcutListCtrl has its own context menu that is displayed in response to a right click. |
SEC_OBS_ANIMATESCROLL | Enables animated scrolling. This is not the default style. |
SEC_OBS_BUTTONFOCUS | Draws the focus rectangle on the contained bars when they are given the focus. This is not the default style. |
SEC_DEFAULT_OUTLOOKBAR | The default style for the shortcut bar when none is specified. This style is the same as specifying (WS_VISIBLE | WS_CHILD | SEC_OBS_VERT). |
Copyright © Rogue Wave Software, Inc. All Rights Reserved.
The Rogue Wave name and logo, and Stingray, are registered trademarks of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.