Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTimeCellType Class / GetPreferredSize Method / GetPreferredSize(Control) Method
Name of the editor control


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

    Parameters

    editor
    Name of the editor control
    See Also