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