_Application.SmartArtColors Property

Gets a SmartArtColors object that represents the set of color styles that are currently loaded in the application.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property SmartArtColors As SmartArtColors
    Get
'Usage
Dim instance As _Application
Dim value As SmartArtColors

value = instance.SmartArtColors
SmartArtColors SmartArtColors { get; }

Property Value

Type: SmartArtColors
A SmartArtColors object.

Remarks

Read-only. The set of colors represented by this property correspond to the available color styles on the Change Colors button on the Design tab on the SmartArt Tools contextual tab in Word 2010.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace