Share via


TabControl.PressedForeShade Property (Access)

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

Version Information

추가된 버전: Access 2010

Syntax

.PressedForeShade

A variable that represents a TabControl 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, 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.

참고 항목

개념

TabControl Object

TabControl Object Members