Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ISubEditorParentInfo Interface / EditorControl Property


In This Topic
    EditorControl Property
    In This Topic
    Gets or sets the subeditor control.
    Syntax
    'Declaration
     
    
    Property EditorControl As Control
    'Usage
     
    
    Dim instance As ISubEditorParentInfo
    Dim value As Control
     
    instance.EditorControl = value
     
    value = instance.EditorControl
    Control EditorControl {get; set;}
    See Also