BeMDI SDK

  CMDIView

CMDIView::SetSizeLimits
Sets the size limits.
void SetSizeLimits(float _minWidth, float _maxWidth, float _minHeight, float _maxHeight);


Remarks
Constrains the user, not the programmer. It's legal for an application to set a MDI view size that falls outside the permitted range. The limits are imposed only when the user attempts to resize the window; at that time, the window will jump to a size that's within range.

  Top


© 2000 by 3rd-evolution