Share via


FontName Property

Returns or sets the name of the font in the specified RecordNavigationControl object. Read/write String.

expression.FontName

*expression   * Required. An expression that returns a RecordNavigationControl object.

Example

This example sets the font name to "Courier New" for control RNC1.

RNC1.FontName = "Courier New"

Applies to | RecordNavigationControl Object

See Also | Font Object