컨트롤을 셀의 위치로 이동하고 셀의 크기로 조정할때 호출됩니다.

Namespace: Ntreev.Windows.Forms.Grid.Columns
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
protected override void SetControlLayout(
	TextBox control,
	Point location,
	Size size
)
Visual Basic
Protected Overrides Sub SetControlLayout ( _
	control As TextBox, _
	location As Point, _
	size As Size _
)
Visual C++
protected:
virtual void SetControlLayout(
	TextBox^ control, 
	Point location, 
	Size size
) override

Parameters

control
Type: System.Windows.Forms..::..TextBox
편집 또는 표시에 사용되는 컨트롤의 인스턴스입니다.
location
Type: System.Drawing..::..Point
셀의 안쪽영역의 위치입니다.
size
Type: System.Drawing..::..Size
셀의 안쪽영역의 크기입니다.

See Also