컨트롤에서 셀에 적용할 값을 가져올때 호출됩니다.

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 Object GetEditingValue(
	ListBox control
)
Visual Basic
Protected Overrides Function GetEditingValue ( _
	control As ListBox _
) As Object
Visual C++
protected:
virtual Object^ GetEditingValue(
	ListBox^ control
) override

Parameters

control
Type: System.Windows.Forms..::..ListBox
편집에 사용되는 컨트롤의 인스턴스입니다.

Return Value

셀에 적용할 값의 Object입니다.

See Also