Attachmate Reflection 2014 .NET API Reference
Id Property (UiControl)


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
 
Public Property Id As String
'Usage
 
Dim instance As UiControl
Dim value As String
 
instance.Id = value
 
value = instance.Id
public string Id {get; set;}
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

UiControl Class
UiControl Members

Send Feedback