IDevExpressXtraEditWithButtonsClickButton Method (String, Int32, Int32) |
Simulates a click on the button specified by index, from 0, or by caption.
Namespace:
SmartBear.TestLeft.TestObjects.WinForms.DevExpress
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void ClickButton(
string buttonName,
int clientx,
int clienty
)
Sub ClickButton (
buttonName As String,
clientx As Integer,
clienty As Integer
)
Dim instance As IDevExpressXtraEditWithButtons
Dim buttonName As String
Dim clientx As Integer
Dim clienty As Integer
instance.ClickButton(buttonName, clientx,
clienty)
void ClickButton(
String^ buttonName,
int clientx,
int clienty
)
Parameters
- buttonName
- Type: SystemString
The button’s name. - clientx
- Type: SystemInt32
The X coordinate of the click. - clienty
- Type: SystemInt32
The Y coordinate of the click.
Exceptions See Also