WM_SETICON top-level constant Null safety
Associates a new large or small icon with a window. The system displays the large icon in the ALT+TAB dialog box, and the small icon in the window caption.
Implementation
const WM_SETICON = 0x0080;
Associates a new large or small icon with a window. The system displays the large icon in the ALT+TAB dialog box, and the small icon in the window caption.
const WM_SETICON = 0x0080;