[]
Generic type members of form controls
public interface IControl<T> : IControl where T : IControl<T>
Public Interface IControl(Of T As IControl(Of T))
Inherits IControl
Name | Description |
---|---|
T |
Name | Description |
---|---|
Copy(double, double) | Copy this control to the destination position. |
Cut(double, double) | Cut this control and paste to the destination position. |
Duplicate() | Copy this control to the default destination position. |