Help Center

CToolbar.GetAnchorHighlightmethod

Retrieves the anchor highlight setting for a toolbar.

WindowsmethodCToolbar.incdocumented

Syntax

FUNCTION GetAnchorHighlight (BYVAL hToolbar AS HWND) AS BOOLEAN

Parameters

NameDescription
hToolbarHandle 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