A Boolean value, that indicates whether a layer is colored.
Applies to objects: Layer
[[Let] RetVal = ] object.Colored [Let] object.Colored = SetVal |
The Colored property syntax has these parts:
Part | Description |
object | A reference to an instance of the object. |
RetVal | A Boolean type variable. |
SetVal | A Boolean value. |
If the Colored property is TRUE, all objects on the layer are displayed in the color, defined by the Color property. Otherwise the objects are displayed in their original colors.
This example demonstrates using the Colored property.
Dim MyLayer as Layer |
See Also |
Layer Object, Document Object |