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


In This Topic
EditingControl Property (SubEditorClosedEventArgs)
In This Topic
Gets the parent of the control that raised the event.
Syntax
'Declaration
 
Public ReadOnly Property EditingControl As Control
 
'Usage
 
Dim instance As SubEditorClosedEventArgs
Dim value As Control
 
value = instance.EditingControl
See Also