ElementInvoke Method (MElementClass)
name of the action
parameters of the action
time interval for changes in seconds
Calls special action for the element (for example, select, highlight and so on).
Syntax
Public Overridable Sub ElementInvoke( _
   ByVal _bsCommand As String, _
   ByVal _bsParam As String, _
   ByVal _dblTimeForChange As Double _
) 
public virtual void ElementInvoke( 
   string _bsCommand,
   string _bsParam,
   double _dblTimeForChange
)
public procedure ElementInvoke( 
    _bsCommand: String;
    _bsParam: String;
    _dblTimeForChange: Double
); virtual; 
public: virtual void ElementInvoke( 
   BSTR* _bsCommand,
   BSTR* _bsParam,
   double _dblTimeForChange
) 

Parameters

_bsCommand
name of the action
_bsParam
parameters of the action
_dblTimeForChange
time interval for changes in seconds
Example
myElement.ElementInvoke("select", "", 2.0)
myElement.ElementInvoke("select", "", 2.0);
myElement.ElementInvoke(elect', '', 2.0);
See Also

Reference

MElementClass Class
MElementClass Members