컨트롤을 셀의 위치로 이동하고 셀의 크기로 조정할때 호출됩니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
protected virtual void SetControlLayout( TControl control, Point location, Size size ) |
Visual Basic |
---|
Protected Overridable Sub SetControlLayout ( _ control As TControl, _ location As Point, _ size As Size _ ) |
Visual C++ |
---|
protected: virtual void SetControlLayout( TControl control, Point location, Size size ) |
Parameters
- control
- Type: TControl
편집 또는 표시에 사용되는 컨트롤의 인스턴스입니다.
- location
- Type: System.Drawing..::..Point
셀의 안쪽영역의 위치입니다.
- size
- Type: System.Drawing..::..Size
셀의 안쪽영역의 크기입니다.