Purpose |
Return the client size of the specified dialog. |
Syntax |
DIALOG GET CLIENT hDlg TO nWide&, nHigh& |
Remarks |
hDlg refers to the dialog to examine. The size of the dialog client area is placed in the nWide& (width) and nHigh& (height) variables. The size is specified in the same terms (pixels or dialog units) as the parent dialog. |
See also |
Dynamic Dialog Tools, CONTROL GET CLIENT, DIALOG GET LOC, DIALOG GET SIZE, DIALOG PIXELS, DIALOG SET CLIENT, DIALOG SET LOC, DIALOG SET SIZE, DIALOG UNITS |