Object Model Reference : Classes : P : Palette : Properties : Palette.FileName |
Property FileName As String
Member of Palette
The FileName property returns the filename of a palette.
The FileName property returns a read-only value.
The following VBA example displays the filename of the palette.
Sub Test() |
MsgBox ActivePalette.FileName |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.