FontSizeMin Property (ACommonDialog)

Returns or sets the smallest font sizes displayed in the Size list box.

Syntax

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.

Comments

The acdlgFontOptionsLimitSize for the FontOptions property must be set before using this property.

Example

The following example will set the FontSizeMin to 6 points:

cdlg1.FontSizeMin=6

Applies to

ACommonDialog

See Also

Font, FontName, FontOptions, FontSize, FontSizeMax