Spread ASP.NET 6.0 Product Documentation
GetPreferredSize Method
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ComboBoxCellType Class : GetPreferredSize Method


g
Graphics device interface for painting the cell
size
Preferred or maximum needed size
appearance
Appearance settings
value
Object containing the name of the renderer control
zoomFactor
Numeric value for zoom factor for scaling the display of the renderer control
fitColumn
Whether fit column
fitRow
Whether fit row

Glossary Item Box

Gets the preferred (maximum needed) size of the cell for the renderer control.

Syntax

Visual Basic (Declaration) 
Public Overrides Function GetPreferredSize( _
   ByVal g As Graphics, _
   ByVal size As Size, _
   ByVal appearance As Appearance, _
   ByVal value As Object, _
   ByVal zoomFactor As Single, _
   ByVal fitColumn As Boolean, _
   ByVal fitRow As Boolean _
) As Size
Visual Basic (Usage)Copy Code
Dim instance As ComboBoxCellType
Dim g As Graphics
Dim size As Size
Dim appearance As Appearance
Dim value As Object
Dim zoomFactor As Single
Dim fitColumn As Boolean
Dim fitRow As Boolean
Dim value As Size
 
value = instance.GetPreferredSize(g, size, appearance, value, zoomFactor, fitColumn, fitRow)
C# 
public override Size GetPreferredSize( 
   Graphics g,
   Size size,
   Appearance appearance,
   object value,
   float zoomFactor,
   bool fitColumn,
   bool fitRow
)

Parameters

g
Graphics device interface for painting the cell
size
Preferred or maximum needed size
appearance
Appearance settings
value
Object containing the name of the renderer control
zoomFactor
Numeric value for zoom factor for scaling the display of the renderer control
fitColumn
Whether fit column
fitRow
Whether fit row

Return Value

Size object containing the maximum dimension of the cell

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.