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