Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library
/
Attachmate.Reflection.Objects.UserInterface Library
/
UiControl Object
/ Id Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Visual Basic (Declaration)
In This Topic
Id Property (UiControl)
In This Topic
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
Visual Basic (Declaration)
expression
.Id
As
String
where
expression
is a variable that represents a
UiControl Object
See Also
Reference
UiControl Object
UiControl Members