SECDropEdit::OnNcCalcSize
voidSECDropEdit::OnNcCalcSize(BOOLbCalcValidRects, NCCALCSIZE_PARAMS FAR*lpncsp)
Called when the size and position of the client area needs to be calculated.
Defined in: DropEdit.cpp
Return Value
void
Parameters
bCalcValidRects
Specifies whether the application should specify which part of the client area contains valid information.
lpncsp
Points to a NCCALCSIZE_PARAMS data structure that contains information an application can use to calculate the new size and position of the CWnd rectangle (including client area, borders, caption, scroll bars, and so on).
See Also