Displays the specified control over the Cell.

Namespace: Dapfor.Net.Editors
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
StopEditReason CellEditControl(
	Control control,
	Rectangle bounds,
	StartEditReason reason
)
Visual Basic
Function CellEditControl ( 
	control As Control,
	bounds As Rectangle,
	reason As StartEditReason
) As StopEditReason
Visual C++
StopEditReason CellEditControl(
	Control^ control, 
	Rectangle bounds, 
	StartEditReason reason
)
F#
abstract CellEditControl : 
        control : Control * 
        bounds : Rectangle * 
        reason : StartEditReason -> StopEditReason 

Parameters

control
Type: System.Windows.Forms..::..Control
The control.
bounds
Type: System.Drawing..::..Rectangle
The bounds.
reason
Type: Dapfor.Net.Editors..::..StartEditReason
The reason, why the editing is started.

Return Value

Type: StopEditReason
A reason why the edit has been interrupted.

See Also