ThemeColor Interface

Definition

Represents a color in the color scheme of a Microsoft Office 2007 theme.

public interface class ThemeColor : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03A1-0000-0000-C000-000000000046")]
public interface ThemeColor : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03A1-0000-0000-C000-000000000046")>]
type ThemeColor = interface
    interface _IMsoDispObj
Public Interface ThemeColor
Implements _IMsoDispObj
Attributes
Implements

Properties

Application

Gets an Application object that represents the container application for the ThemeColor object. Read-only.

Creator

Gets a 32-bit integer that indicates the application in which the ThemeColor object was created. Read-only.

Parent

Gets the parent object for the ThemeColor object. Read-only.

RGB

Gets or sets a value of a color in the color scheme of a Microsoft Office theme. Read/write.

ThemeColorSchemeIndex

Gets the index value for a color scheme of a Microsoft Office theme. Read-only.

Applies to