Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / ShowSubEditor Method


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

    Parameters

    bShow
    See Also