Color.Flags Property
Visio Automation Reference |
Gets or sets the flags that specify how you use a Color object. Read/write.
Version Information
Version Added: Visio 4.0
Syntax
expression.Flags
expression A variable that represents a Color object.
Return Value
Integer
Remarks
The Flags property of a Color object corresponds to the peFlags member of a Microsoft Windows PALETTEENTRY data structure. For details, search for "PALETTEENTRY" in the Microsoft Platform SDK on the MSDN, the Microsoft Developer Network.
See Also