Flags property

Microsoft Visio Developer Reference

Flags property

   Example   

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

Version added

4.0

Syntax

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.

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 Microsoft Developer Network (MSDN) Web site.