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