Description
Moves the mouse pointer to a tool button and then simulates a double-click of the left mouse button over it.
Declaration
TestObj.DblClickButton(Shift)
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section | |||
Shift | [in] | Optional | TShiftKey | Default value: skNoShift |
Result | None |
Applies To
The method is applied to the following object:
View Mode
To view this method in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Parameters
The method has the following parameter:
Shift
Specifies the key that will be pressed when a double-click is made. See TShiftKey
.
Result Value
None.
See Also
ClickButton Action (Specific to QtToolButton Controls)
DblClickButtonR Action (Specific to QtToolButton Controls)