Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (22 loc) · 951 Bytes

tabcontrol-gridlinecolor-property-access.md

File metadata and controls

40 lines (22 loc) · 951 Bytes
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
TabControl.GridlineColor Property (Access)
vbaac10.chm14549
vbaac10.chm14549
access
Access.TabControl.GridlineColor
5570df30-be34-07b4-7096-1d1bdd46ead6
06/08/2017

TabControl.GridlineColor Property (Access)

Gets or sets the color of the gridline for the specified list box. Read/write Long.

Syntax

expression. GridlineColor

expression A variable that represents a TabControl object.

Remarks

The GridlineColor property setting is a numeric expression that corresponds to the color you want to use for a control's gridline.

You can use the Color Builder to set this property by clicking the Build button to the right of the property box in the property sheet. Using the Color Builder enables you to define custom border colors for controls.

See also

Concepts

TabControl Object