Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CurrencyCellType Class / GetPreferredSize Method / GetPreferredSize(Control) Method
Name of editor control


In This Topic
    GetPreferredSize(Control) Method
    In This Topic
    Gets the preferred (maximum required) 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 CurrencyCellType
    Dim editor As Control
    Dim value As Size
     
    value = instance.GetPreferredSize(editor)
    public virtual Size GetPreferredSize( 
       Control editor
    )

    Parameters

    editor
    Name of editor control
    See Also