DoubleClickControlArea Method (SapPicture)
Class
SapPicture
.
Action
double clicks on the specified position.
Syntax
C#
picture
.
DoubleClickControlArea
(
x
,
y
)
VB
picture
.
DoubleClickControlArea
(
x
,
y
)
Variable
Description
x
The x-coordinate.
Integer
.
y
The y-coordinate.
Integer
.