Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / EditingControl2 Property


In This Topic
EditingControl2 Property
In This Topic
Gets the editing control, or null if the spreadsheet is not in editing mode.
Syntax
'Declaration
 
Public ReadOnly Property EditingControl2 As Control
 
'Usage
 
Dim instance As FpSpread
Dim value As Control
 
value = instance.EditingControl2
See Also