API Documentation > CorelDRAW > 2025-v26 > Palette > IVGPalette
Palette.FileName property
Gets the filename of the palette
Syntax:
Property Get FileName() As String
Remarks:
The FileName property returns the filename of a palette.
Examples:
The following VBA example displays the filename of the palette.
Sub Test()
MsgBox ActivePalette.FileName 
End Sub