InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface
Members


In This Topic
    IWebControl Interface
    In This Topic
    IWebControl interface is an interface to access an HTML-based, Web session.
    Object Model
    IWebControl InterfaceIWebDocument Interface
    Syntax
    'Declaration
     
    
    Public Interface IWebControl 
       Inherits Attachmate.Reflection.Framework.IControl, Attachmate.Reflection.Framework.IProxy 
    'Usage
     
    
    Dim instance As IWebControl
    public interface IWebControl : Attachmate.Reflection.Framework.IControl, Attachmate.Reflection.Framework.IProxy  
    Remarks
    The control Guid for IWebControl is {F1F058B1-0472-4095-A782-3D7333813AD0}. The Guid is used as an input parameter for CreateControl(Guid controlType) in the Application object.
    See Also