EditingControl Property (FpSpread)
Gets the Control object editing the active cell, or null if the component is not in edit mode.
public Control EditingControl {get;}
'Declaration
Public ReadOnly Property EditingControl As Control
'Usage
Dim instance As FpSpread
Dim value As Control
value = instance.EditingControl