CToolbar.MakeOpaquemethod
Makes the toolbar opaque by removing the TBSTYLE_TRANSPARENT style.
Syntax
SUB MakeOpaque (BYVAL hToolbar AS HWND)
Parameters
| Name | Description | |
|---|---|---|
hToolbar | Handle to the toolbar control. |
Description
Makes the toolbar opaque by removing the TBSTYLE_TRANSPARENT style.
Reference
- Include file
CToolbar.inc - Defined in AfxNova/CToolbar.inc:1292
- Documented in Windows/WIndows Controls/CToolbar Class.md
- Topic: CToolbar Class