InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IClassic Interface
Members


In This Topic
    IClassic Interface
    In This Topic
    Defines properties and methods to interact with the Classic user interface mode.
    Object Model
    IClassic InterfaceIView Interface
    Syntax
    'Declaration
     
    
    Public Interface IClassic 
       Inherits IUiControl, IUiControlContainer 
    'Usage
     
    
    Dim instance As IClassic
    public interface IClassic : IUiControl, IUiControlContainer  
    See Also