CToolbar.SetInsertMarkColormethod
Sets the color used to draw the insertion mark for the toolbar.
Syntax
FUNCTION SetInsertMarkColor (BYVAL hToolbar AS HWND, BYVAL clrInsertMark AS COLORREF) AS COLORREF
Parameters
| Name | Description | |
|---|---|---|
hToolbar | Handle to the toolbar control. | |
clrInsertMark | COLORREF value that contains the new insertion mark color. |
Return value
Returns a COLORREF value that contains the previous insertion mark color.
Description
Sets the color used to draw the insertion mark for the toolbar.
Reference
- Include file
CToolbar.inc - Defined in AfxNova/CToolbar.inc:1185
- Documented in Windows/WIndows Controls/CToolbar Class.md
- Topic: CToolbar Class