Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / EditingControl Property


In This Topic
    EditingControl Property (FpSpread)
    In This Topic
    Gets the Control object editing the active cell, or null if the component is not in edit mode.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EditingControl As Control
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Control
     
    value = instance.EditingControl
    public Control EditingControl {get;}
    See Also