Click or drag to resize

IDevExpressWPFButtonEditRepeatButtonClick Method (Int32)

Performs the specified number of clicks on the button of the ButtonEdit control.

Namespace:  SmartBear.TestLeft.TestObjects.WPF.DevExpress
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
void Click(
	int count
)

Parameters

count
Type: SystemInt32
Specifies the number of clicks to perform
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also