Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class / ShowSubEditor Method


In This Topic
    ShowSubEditor Method (RichTextEditor)
    In This Topic
    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