Returns or sets the smallest font sizes displayed in the Size list box.
Object.FontSizeMin [ = lFontSizeMin ]
The FontSizeMin property syntax has the following parts:
Name |
Type |
Description |
Object |
ACommonDialog |
ACommonDialog control |
lFontSizeMin |
Long |
The smallest font sizes 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 FontSizeMin to 6 points:
cdlg1.FontSizeMin=6