API Documentation > CorelDRAW > 2025-v26 > Application > IVGApplication
Application.DefaultColorContext property
Returns the application default color context used for supplying color context to new documents. This object is read-only and cannot be modified. Use DefaultColorContext property on ColorManager object to edit application default color context.
Syntax:
Property Get DefaultColorContext() As ColorContext
Remarks:
The DefaultColorContext property returns a read-only value: the default color context for the application, which is used to supply color context to new documents. Because the Application.DefaultColorContext property is read-only, it cannot be used to modify the application's default color context. Instead, you must use the ColorManager.DefaultColorContext property for this purpose.