RunOnlyClick Property
Description
Indicates whether to run Click operations on the application by sending click events only (True) or by sending mousedown, mouseup, and click events (False).
Property type
Read-write property
Syntax
| Visual Basic | 
|---|
Public Property RunOnlyClick As Boolean  | 
Return Value
- True--Runs click operations using only the click event.
 - False--Runs click operations using mousedown, mouseup, and click events
 
Example
See Also

                                                        
                                                        
                                                        
                                                        
                                                        
                                                            
                                                            
                                        
                                        