Previous Document Next Document

Object Model Reference : Classes : P : Palette : Properties : Palette.FileName


Palette.FileName

Property FileName As String

Description

Member of Palette

The FileName property returns the filename of a palette.

The FileName property returns a read-only value.

VBA example

The following VBA example displays the filename of the palette.

Sub Test()
 MsgBox ActivePalette.FileName
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.