Property: ID for ActionObjPopup
- Updated2024-09-12
- 1 minute(s) read
Bar Manager > Properties > 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
Object | ActionObjPopup Object with this property |
Object.ID | String 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:
VBScript | Python |
If BarManager.ActionObjs.Exists("MyPopup") Then BarManager.ActionObjs("MyPopup").ID = "MyPopup_1" End If