Rocket® InfoConnect Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
Id Property (IUiControl)
In This Topic
Gets or sets the user-specified ID for a given control. The 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
'Declaration
Property Id As String
'Usage
Dim instance As IUiControl Dim value As String instance.Id = value value = instance.Id
string Id {get; set;}
See Also