Spread Windows Forms 12.0 Product Documentation
ShowSubEditor Method (MultiColumnEditor)


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

Parameters

bShow
See Also

Reference

MultiColumnEditor Class
MultiColumnEditor Members