CToolbar.RemoveDarkModemethod
Removes the toolbar dark mode.
Syntax
FUNCTION RemoveDarkMode (BYVAL hToolbar AS HWND) AS HRESULT
Parameters
| Name | Description | |
|---|---|---|
hToolbar | Handle to the toolbar control. |
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Description
Removes the toolbar dark mode.
Reference
- Include file
CToolbar.inc - Defined in AfxNova/CToolbar.inc:1358
- Documented in Windows/WIndows Controls/CToolbar Class.md
- Topic: CToolbar Class