CToolbar.GetAnchorHighlightmethod
Retrieves the anchor highlight setting for a toolbar.
Syntax
FUNCTION GetAnchorHighlight (BYVAL hToolbar AS HWND) AS BOOLEAN
Parameters
| Name | Description | |
|---|---|---|
hToolbar | Handle to the toolbar control. |
Return value
Returns a Boolean value that indicates if anchor highlighting is set. If this value is nonzero, anchor highlighting is enabled. If this value is zero, it is disabled.
Description
Retrieves the anchor highlight setting for a toolbar.
Reference
- Include file
CToolbar.inc - Defined in AfxNova/CToolbar.inc:416
- Documented in Windows/WIndows Controls/CToolbar Class.md
- Topic: CToolbar Class