Interface IControlT<T extends IControlT<T>>
- All Superinterfaces:
IControl
- All Known Subinterfaces:
IButton,ICheckBox,IDropDown,IGroupBox,ILabel,IListBox,IOptionButton,IScrollBar,ISpinner
Generic type members of form controls
-
Method Summary
Methods inherited from interface com.grapecity.documents.excel.forms.IControl
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
Copy this control to the destination position. -
cut
Cut this control and paste to the destination position. -
duplicate
T duplicate()Copy this control to the default destination position.
-