Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.24 KB

Access.TabControl.PressedForeTint.md

File metadata and controls

36 lines (21 loc) · 1.24 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
TabControl.PressedForeTint property (Access)
vbaac10.chm14625
vbaac10.chm14625
Access.TabControl.PressedForeTint
e27aab0a-8ffa-15df-0f48-ff2f64489644
03/05/2019
medium

TabControl.PressedForeTint property (Access)

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

Syntax

expression.PressedForeTint

expression A variable that represents a TabControl object.

Remarks

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

To lighten the color, first determine the percentage by which to lighten from 1 to 100, and then subtract that value as a whole number from 100 and use the remainder. For example, to lighten the theme color tint 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]