Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SubEditorOpeningEventArgs Class / SubEditor Property


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