Previous Document Next Document
Palettes.Count

Property Count As Long

Member of Palettes

The Count property returns the number of color palettes that are open.

The Count property returns a read-only value.

The following code example displays the number of open color palettes:

Sub PalettesCount() 
 MsgBox Palettes.Count & " palettes are open."  
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.