Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / UiControl Object / InstanceId Property
In This Topic
    InstanceId Property (UiControl)
    In This Topic
    Gets the instance ID for a given control. The instance id is a GUID generated when creating the control. The instance ID helps uniquely identify two controls (even when they have the same ID).
    Syntax
    expression.InstanceId As String
    where expression is a variable that represents a UiControl Object
    See Also