doActivate method
void
doActivate()
Capture the mouse and show the #box.
Implementation
void doActivate() {
_i4.callMethod(
this,
'doActivate',
[],
);
}
Capture the mouse and show the #box.
void doActivate() {
_i4.callMethod(
this,
'doActivate',
[],
);
}