컨트롤에서 셀에 적용할 값을 가져올때 호출됩니다.
Namespace: Ntreev.Windows.Forms.Grid.ColumnsAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
protected override Object GetEditingValue( TextBox control ) |
Visual Basic |
---|
Protected Overrides Function GetEditingValue ( _ control As TextBox _ ) As Object |
Visual C++ |
---|
protected: virtual Object^ GetEditingValue( TextBox^ control ) override |
Parameters
- control
- Type: System.Windows.Forms..::..TextBox
편집에 사용되는 컨트롤의 인스턴스입니다.