Returns or sets the largest font size displayed in the Size list box.
Object.FontSizeMax [ = lFontSizeMax ]
The FontSizeMax property syntax has the following parts:
Name |
Type |
Description |
Object |
ACommonDialog |
ACommonDialog control |
lFontSizeMax |
Long |
The largest font size displayed in the Size list box, in points. |
The acdlgFontOptionsLimitSize for the FontOptions property must be set before using this property.
The following example will set the FontSizeMax to 30 points:
cdlg1.FontSizeMax=30