Routine to grow an individual control within a dialog box.
unsigned int CWB_ENTRY cwbNL_GrowControlXY(
HWND windowHandle,
HWND parentWindowHandle,
float growthFactorX,
float growthFactorY,
cwb_Boolean growAllControls);
The following list shows common return values.
Care should be used to not pass in a growth factor that will cause a control to not fit on the physical display.