![]() |
Previous | Next |
The id attribute specifies or retrieves the identifier of a control. This attribute will support any name permitted by Microsoft® Visual Basic® for Applications.
Syntax
elementID.id
Possible Values
This attribute is a String specified at design time and read-only thereafter. It has a default value of
Unnamed_elementtype_num
where elementtype is the name of the control type, and num is a number corresponding to the position of the control in the sequence of all unnamed controls in the Theme. This number is reset to zero for each new Theme.
Remarks
The value of this attribute is assigned once, and cannot be changed in script.
See Also
Previous | Next |