Spread Windows Forms 13.0 Product Documentation
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;}

    Property Value

    Control object containing the subeditor control
    See Also