InstanceId Property (IControl)
Gets the instance ID of the control.
'Declaration
ReadOnly Property InstanceId As Guid
'Usage
Dim instance As IControl
Dim value As Guid
value = instance.InstanceId
Property Value
A Guid that uniquely indentifies the control.