InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IUiControl Interface / InstanceId Property


In This Topic
InstanceId Property (IUiControl)
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
'Declaration
 
ReadOnly Property InstanceId As String
 
'Usage
 
Dim instance As IUiControl
Dim value As String
 
value = instance.InstanceId
See Also