Object Model Reference : Classes : P : Palettes : Properties : 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 VBA example displays the number of open color palettes.
Sub PalettesCount() |
MsgBox Palettes.Count & " palettes are open." |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.