FontName Property

Microsoft Office Web Components Visual Basic

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"