Attachmate.Reflection Assembly > Attachmate.Reflection.UserInterface Namespace > IUiControl Interface : Text Property |
'Declaration
Property Text As String
'Usage
Dim instance As IUiControl Dim value As String instance.Text = value value = instance.Text
string Text {get; set;}