DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: Count for Panels

Property: Count for Panels

Returns the number of DIAdem panels.

Object.Count
ObjectPanels
Object with this property
Object.CountLongInteger with read access

The following example displays the names of all DIAdem panels:

VBScriptPython

 

Dim i
For i = 1 To BarManager.Panels.Count
  Call MsgBoxDisp(BarManager.Panels(i).ID)
Next
In This Section
Was this information helpful?