DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: ID for ActionObjPopup

Property: ID for ActionObjPopup

Specifies the name of the bar element in the ActionObj collection. DIAdem does not distinguish between uppercase and lowercase for the specified name. The name is unique in the ActionObj collection.

Object.ID
ObjectActionObjPopup
Object with this property
Object.IDString with read and write access
Note  If you change the name of a bar element, you also change all the references to the bar element in the UsedActionObjs collections.

The following example changes the name of a bar element:

VBScriptPython

 

If BarManager.ActionObjs.Exists("MyPopup") Then
  BarManager.ActionObjs("MyPopup").ID = "MyPopup_1"
End If
In This Section
Was this information helpful?