InstanceId Property (IControl)
In This Topic
Gets the instance ID of the control.
Syntax
'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.
See Also