Spread Windows Forms 12.0 Product Documentation
GetPreferredSize(Control) Method


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

Parameters

editor
Name of the editor control

Return Value

Size object containing the maximum needed size of the cell for the editor control
See Also

Reference

BaseCellType Class
BaseCellType Members
Overload List