Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / EditingControl Property


In This Topic
EditingControl Property (SpreadView)
In This Topic
Gets the contol editing the active cell, or null if the control is not in edit mode.
Syntax
'Declaration
 
Public ReadOnly Property EditingControl As Control
 
'Usage
 
Dim instance As SpreadView
Dim value As Control
 
value = instance.EditingControl
See Also