InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebElement Interface / Submit Method


In This Topic
    Submit Method
    In This Topic
    Submits the form if the Web element is a form.
    Syntax
    'Declaration
     
    
    Sub Submit() 
    'Usage
     
    
    Dim instance As IWebElement
     
    instance.Submit()
    void Submit()
    See Also