Create the control as a child window.
className is a Win32 window class name (for example "Button"). WS_CHILD | WS_VISIBLE are added to the supplied style. The control is registered with its parent and given the system default GUI font.
See Implementation
Create the control as a child window.
className is a Win32 window class name (for example "Button"). WS_CHILD | WS_VISIBLE are added to the supplied style. The control is registered with its parent and given the system default GUI font.