Previous Document Next Document
Palette.FileName

Property FileName As String

Member of Palette

The FileName property returns the filename of the palette.

The FileName property returns a read-only value.

The following code example displays the filename of the palette:

Sub Test() 
 MsgBox ActivePalette.FileName 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.