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

Latest commit

 

History

History
48 lines (27 loc) · 986 Bytes

commandbutton-themefontindex-property-access.md

File metadata and controls

48 lines (27 loc) · 986 Bytes
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
CommandButton.ThemeFontIndex Property (Access)
vbaac10.chm14610
vbaac10.chm14610
access
Access.CommandButton.ThemeFontIndex
8cb51c03-09a1-83ba-c6bf-7e74d7444c8b
06/08/2017

CommandButton.ThemeFontIndex Property (Access)

Gets or sets the font index that represents a font in the applied theme associated with the FontName property of the specified object. Read/write Long.

Syntax

expression. ThemeFontIndex

expression A variable that represents a CommandButton object.

Remarks

The ThemeFontIndex property uses one of the values listed in the following table.

Value Description
0 Header font
1 (Default) Detail font
If no theme is applied, the ThemeFontIndex property contains -1.

This property is not surfaced in the property sheet.

See also

Concepts

CommandButton Object