Flags property
Gets or sets the flags that specify how you use a Color object.
Version added
4.0
Syntax
| |
| |
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.