Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / UiControl Object / Id Property
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
    expression.Id As String
    where expression is a variable that represents a UiControl Object
    See Also