CListBox.RemoveDarkModemethod
Removes the control dark mode.
Syntax
FUNCTION RemoveDarkMode (BYVAL hListBox AS HWND) AS HRESULT
Description
Removes the control dark mode. Only affects the scroll bars.
Example
CListBox.RemoveDarkMode(hListBox)
Reference
- Include file
CListBox.inc - Defined in AfxNova/CListBox.inc:667
- Documented in Windows/WIndows Controls/CListBox Class.md
- Topic: CListBox Class