[]
Generic type members of form controls
public interface IControl<T> : IControl where T : IControl<T>
T
Copy this control to the destination position.
T Copy(double left, double top)
left
doubletop
doubleThe copied control.
Cut this control and paste to the destination position.
T Cut(double left, double top)
left
doubletop
doubleThe moved control. Sometimes it's equal to the original instance.
Copy this control to the default destination position.
T Duplicate()
The copied control.