Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.27 KB

Access.NavigationButton.PressedForeShade.md

File metadata and controls

35 lines (21 loc) · 1.27 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
NavigationButton.PressedForeShade property (Access)
vbaac10.chm14626
vbaac10.chm14626
Access.NavigationButton.PressedForeShade
5a086d71-d916-5b97-9e98-51f6394f3eaa
03/05/2019
medium

NavigationButton.PressedForeShade property (Access)

Gets or sets the shade applied to the theme color in the PressedForeColor property of the specified object. Read/write Single.

Syntax

expression.PressedForeShade

expression A variable that represents a NavigationButton object.

Remarks

The PressedForeShade property contains a numeric expression that can be used to darken the theme color in the PressedForeColor property. The default value of the PressedForeShade property is 100, which is neutral, and does not change the theme color.

To darken the color, first determine the percentage by which to darken from 1 to 100, and then subtract that value as a whole number from 100 and use the remainder. For example, to darken the theme color shade by 75%, subtract 75 from 100 and use the remainder, which is 25.

This property is not surfaced in the property sheet.

[!includeSupport and feedback]