TextBox.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 TextBox 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.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.