InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IUiControl Interface / Text Property


In This Topic
    Text Property (IUiControl)
    In This Topic
    Gets or sets the text associated with the control.
    Syntax
    'Declaration
     
    
    Property Text As String
    'Usage
     
    
    Dim instance As IUiControl
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    string Text {get; set;}
    See Also