Spread WinForms 15
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
See Also