ShowSubEditor Method (MultiColumnEditor)
Shows or hides the subeditor control associated with the cell.
public override void ShowSubEditor(
bool
)
'Declaration
Public Overrides Sub ShowSubEditor( _
ByVal As Boolean _
)
'Usage
Dim instance As MultiColumnEditor
Dim bShow As Boolean
instance.ShowSubEditor(bShow)
Parameters
- bShow