Max, Min Properties (Common Dialog)
Applies To
Common dialog (print, font dialogs).
Description
Font dialog
Determines the smallest and largest font sizes displayed in the Size list box.
Print dialog
Determines the minimum and maximum allowed values for the print range.
Usage
[form.]CMDialog.Min[ = points ]
[form.]CMDialog.Max[ = points ]
[form.]CMDialog.Min[ = pagenumber ]
[form.]CMDialog.Max[ = pagenumber ]
Remarks
With the Font dialog, the CF_LIMITSIZE flag must be set before using these properties.
With the Print dialog, the Min property determines the smallest number the user can specify in the From text box. The Max property determines the largest number the user can specify in the To text box.
Data Type
Integer