Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.28 KB

Access.NavigationButton.FontUnderline.md

File metadata and controls

46 lines (28 loc) · 1.28 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
NavigationButton.FontUnderline property (Access)
vbaac10.chm10476
vbaac10.chm10476
Access.NavigationButton.FontUnderline
e5839cc1-d600-d46b-0433-d50aaadd79ca
03/01/2019
medium

NavigationButton.FontUnderline property (Access)

Use the FontUnderline property to specify whether text is underlined in the following situations:

  • When displaying or printing controls on forms and reports.
  • When using the Print method on a report.

Read/write Boolean.

Syntax

expression.FontUnderline

expression A variable that represents a NavigationButton object.

Remarks

The FontUnderline property uses the following settings.

Setting Description
True The text is underlined.
False (Default) The text isn't underlined.

For reports, you can use this property only in an event procedure or in a macro specified by the OnPrint event property setting.

You can set the default for this property by using the default control style or the DefaultControl property in Visual Basic.

[!includeSupport and feedback]