Spread Windows Forms 12.0 Product Documentation
ShowSubEditor Method (RichTextEditor)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > RichTextEditor Class : ShowSubEditor Method
Shows or hides the subeditor control associated with the cell.
Syntax
'Declaration
 
Public Sub ShowSubEditor( _
   ByVal bShow As Boolean _
) 
'Usage
 
Dim instance As RichTextEditor
Dim bShow As Boolean
 
instance.ShowSubEditor(bShow)
public void ShowSubEditor( 
   bool bShow
)

Parameters

bShow
See Also

Reference

RichTextEditor Class
RichTextEditor Members