IInfragisticsAutoRepeatEditorButtonClick Method |
Moves the mouse pointer to the editor button and simulates the specified number of clicks over it.
Namespace:
SmartBear.TestLeft.TestObjects.WinForms.Infragistics
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void Click(
int count = 1
)
Sub Click (
Optional count As Integer = 1
)
Dim instance As IInfragisticsAutoRepeatEditorButton
Dim count As Integer
instance.Click(count)
void Click(
int count = 1
)
Parameters
- count (Optional)
- Type: SystemInt32
Specifies the number of clicks to be simulated.
Exceptions See Also