Flags Property [Visio 2003 SDK Documentation]

Gets or sets the flags that specify how you use a Color object.

intRet = object**.Flags**

object**.Flags** = intVal

intRet     Integer. The current value of the color's flags component.

object     Required. An expression that returns a Color object.

intVal     Required Integer. The new value of the color's flags component.

Version added

4.0

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.

Applies to | Color object

See Also | Blue property | Green property | PaletteEntry property | Red property