Send comments on this topic.
Id Property
Attachmate.Reflection.Objects Library (User Interface) > UiControl Object : Id Property
Gets or sets the user-specified ID for a given control. ID can be the same for any two controls as long as their parents are not the same (e.g., no two tabs can have the same ID, but two chunks in different tabs can have the same ID).

Syntax

 
Object.Id As String

See Also