Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBoxEditingControl Class / SubEditor Property


In This Topic
SubEditor Property (GcTextBoxEditingControl)
In This Topic
Gets the subeditor in the cell.
Syntax
'Declaration
 
Public Overridable ReadOnly Property SubEditor As ISubEditor
 
'Usage
 
Dim instance As GcTextBoxEditingControl
Dim value As ISubEditor
 
value = instance.SubEditor
See Also