InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IView Interface / Control Property


In This Topic
    Control Property
    In This Topic
    Gets the control object that is embedded in the view.
    Syntax
    'Declaration
     
    
    ReadOnly Property Control As Object
    'Usage
     
    
    Dim instance As IView
    Dim value As Object
     
    value = instance.Control
    object Control {get;}
    See Also