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


In This Topic
SubEditor Property (SubEditorClosedEventArgs)
In This Topic
Gets the Control object that raises the event.
Syntax
'Declaration
 
Public ReadOnly Property SubEditor As Control
 
'Usage
 
Dim instance As SubEditorClosedEventArgs
Dim value As Control
 
value = instance.SubEditor
See Also