BulletFormat2.UseTextColor Property

Determines whether the specified bullets are set to the color of the first text character in the paragraph. Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property UseTextColor As MsoTriState
    Get
    Set
'Usage
Dim instance As BulletFormat2
Dim value As MsoTriState

value = instance.UseTextColor

instance.UseTextColor = value
MsoTriState UseTextColor { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTriState
MsoTriState

See Also

Reference

BulletFormat2 Interface

BulletFormat2 Members

Microsoft.Office.Core Namespace