#define CTRL_SPINBOX ("SpinBox") |
void GetSpinBoxSize | ( | DWORD | dwStyle, | |
int * | w, | |||
int * | h | |||
) |
Gets size of a vertical spin box control.
The spin box control in MiniGUI has fixed size. This function gets the size of a spin box control.
dwStyle | The style of the spin box. | |
w | The width of the spin box control will be returned through this argument. | |
h | The height of the spin box control will be returned through this argument. |