ColorFormat.ObjectThemeColor property (PowerPoint)

Returns or sets the theme color of the specified ColorFormat object. Read/write.

Syntax

expression. ObjectThemeColor

expression An expression that returns a ColorFormat object.

Return value

MsoThemeColorIndex

Remarks

The value of the ObjectThemeColor property can be one of these MsoThemeColorIndex constants.

Example

The following example shows how to use the ObjectThemeColor property to get the theme color of the foreground fill of shape one on slide one of the active presentation.

Public Sub ObjectThemeColor_Example() 
 
    Debug.Print ActivePresentation.Slides(1).Shapes(1).Fill.ForeColor.ObjectThemeColor 
     
End Sub

See also

ColorFormat Object

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.