Control.this

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.

class Control
this
(,
string className
,
DWORD style
,
DWORD exStyle = 0
)

Meta