BOOL CBCGPTasksPane::SetWindowHeight | ( | int | nGroup, |
HWND | hwndTask, | ||
int | nWndHeight | ||
) |
Sets a new window height.
Call this function to resize a task window vertically. You should use AddWindow() to add tasks with window controls.
nGroup | Specifies the zero-based index of a group containing a task whose window should be resized |
hwndTask | A handle to the task's window control. |
nWndHeight | Specifies the new window height. |