Fields |
Description |
caption |
Specifies the initial caption for the control. |
className |
Specifies the name of the window class to subclass. |
classStyle |
Contains class style bits. |
exStyle |
Contains extended window style bits. |
height |
Specifies the proposed initial height. |
param |
Specifies additional information to provide to the underlying handle. |
parent |
Specifies the handle to the parent of the control. |
style |
Contains window style bits. |
width |
Specifies the proposed initial width. |
x |
Specifies the x-coordinate of the initial proposed location. |
y |
Specifies the y-coordinate of the initial proposed location. |