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 Sub Click (
count As Integer
)
Dim instance As IDevExpressWPFButtonEditRepeatButton
Dim count As Integer
instance.Click(count)
Parameters
- count
- Type: SystemInt32
Specifies the number of clicks to perform
Exceptions See Also