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


In This Topic
    ControlType Property
    In This Topic
    Type of control.
    Syntax
    'Declaration
     
    
    ReadOnly Property ControlType As ControlType
    'Usage
     
    
    Dim instance As IUiControl
    Dim value As ControlType
     
    value = instance.ControlType
    ControlType ControlType {get;}
    See Also