Contents Index Topic Contents | ||
Previous Topic: TB_SAVERESTORE Next Topic: TB_SETBITMAPSIZE |
TB_SETANCHORHIGHLIGHT
TB_SETANCHORHIGHLIGHT wParam = (WPARAM)(BOOL) fAnchor; lParam = 0;Sets the anchor highlight setting for a toolbar.
- Returns the previous anchor highlight setting. If this value is nonzero, anchor highlighting was enabled. If this value is zero, anchor highlighting was disabled.
- fAnchor
- Boolean value that specifies if anchor highlighting is enabled or disabled. If this value is nonzero, anchor highlighting will be enabled. If this value is zero, anchor highlighting will be disabled.
Anchor highlighting in a toolbar means that the last highlighted item will remain highlighted until another item is highlighted. This occurs even if the cursor leaves the toolbar control.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.