[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonBar.GetPreferredSize

GetPreferredSize Method

GetPreferredSize(Size)

Retrieves the size of a rectangular area into which a control can be fitted.

Declaration
public override Size GetPreferredSize(Size proposedSize)
Public Overrides Function GetPreferredSize(proposedSize As Size) As Size
Parameters
Type Name Description
Size proposedSize
Returns
Type Description
Size

An ordered pair of Size type representing the width and height of a rectangle.

Overrides