ElementInvoke Method (IMElement)
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
Sub ElementInvoke( _
   ByVal _bsCommand As String, _
   ByVal _bsParam As String, _
   ByVal _dblTimeForChange As Double _
) 
procedure ElementInvoke( 
    _bsCommand: String;
    _bsParam: String;
    _dblTimeForChange: Double
); 

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

IMElement Interface
IMElement Members