SubForm.BorderThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the BorderColor property of the specified object. Read/write Long.
Syntax
expression.BorderThemeColorIndex
expression A variable that represents a SubForm object.
Remarks
The BorderThemeColorIndex property contains one of the index values listed in the following table.
Index value | Description |
---|---|
0 | Text 1 |
1 | Background 1 |
2 | Text 2 |
3 | Background 2 |
4 | Accent 1 |
5 | Accent 2 |
6 | Accent 3 |
7 | Accent 4 |
8 | Accent 5 |
9 | Accent 6 |
10 | Hyperlink |
11 | Followed Hyperlink |
If no theme is applied, the BorderThemeColorIndex property contains -1.
This property is not surfaced in the property sheet.
Example
The following code example sets the border color to the Text 2 color by setting the BorderThemeColorIndex property.
Me.FormHeader.BorderThemeColorIndex=2
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.