Interface IControlT>
-
Method Summary
copy(double left,
double top)
Copy this control to the destination position.
cut(double left,
double top)
Cut this control and paste to the destination position.
Copy this control to the default destination position.
bringToFront, delete, getBottomRightCell, getEnabled, getFormControlType, getHeight, getLeft, getLocked, getName, getParent, getPlacement, getPrintObject, getShapeRange, getTop, getTopLeftCell, getVisible, getWidth, getZOrder, sendToBack, setEnabled, setHeight, setLeft, setLocked, setName, setPlacement, setPrintObject, setTop, setVisible, setWidth
-
Method Details
-
copy
T copy(double left,
double top)
Copy this control to the destination position.
-
cut
T cut(double left,
double top)
Cut this control and paste to the destination position.
-
duplicate
Copy this control to the default destination position.