Record TTbIconsDarkMode
Unit
Declaration
type TTbIconsDarkMode = record
Description
See NPPM_ADDTOOLBARICON_FORDARKMODE
- Note
- All 3 handles should be set to ensure correct display in case the user selects a custom toolbar icon set.
Overview
Fields
| Public | ToolbarBmp: HBITMAP; |
| Public | ToolbarIcon: HICON; |
| Public | ToolbarIconDarkMode: HICON; |
Description
Fields
| Public | ToolbarBmp: HBITMAP; |
|
Standard 16x16 bitmap handle | |
| Public | ToolbarIcon: HICON; |
|
Fluent UI icon handle for light mode | |
| Public | ToolbarIconDarkMode: HICON; |
|
Fluent UI icon handle for dark mode | |
This documentation is in the public domain under the Creative Commons Zero v1.0 Universal public license.