API Documentation > CorelDRAW > 2025-v26 > Colors > IVGColors
Colors.Parent property
Gets the parent of which the color collection is a child; if the color object is not from a palette the color parent is null
Syntax:
Property Get Parent() As Palette
Remarks:
The Parent property returns a read-only value that is associated with the properties, methods, and controls of an object's parent in the CorelDRAW hierarchy of objects. The application object refers to the CorelDRAW application. A parent object acts as a container for child objects. For example, a form (as a container) is the parent object of a check box on that form. Most objects have either a Parent property or a Collection property, pointing to the object's parent object in the object model. The Collection property is used if the parent object is a collection.