Spread Windows Forms 12.0 Product Documentation
GetPreferredSize(Control) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > MultiColumnComboBoxCellType Class > GetPreferredSize Method : GetPreferredSize(Control) Method
Name of editor control
Gets the preferred (maximum required) size of the cell for the editor control.
Syntax
'Declaration
 
Public Overloads Overrides Function GetPreferredSize( _
   ByVal editor As Control _
) As Size
'Usage
 
Dim instance As MultiColumnComboBoxCellType
Dim editor As Control
Dim value As Size
 
value = instance.GetPreferredSize(editor)
public override Size GetPreferredSize( 
   Control editor
)

Parameters

editor
Name of editor control
See Also

Reference

MultiColumnComboBoxCellType Class
MultiColumnComboBoxCellType Members
Overload List