Back to Devexpress

RibbonControl.GetPreferredSize(Size) Method

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-dot-getpreferredsize-x28-system-dot-drawing-dot-size-x29.md

latest1.5 KB
Original Source

RibbonControl.GetPreferredSize(Size) Method

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

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override Size GetPreferredSize(
    Size proposedSize
)
vb
Public Overrides Function GetPreferredSize(
    proposedSize As Size
) As Size

Parameters

NameTypeDescription
proposedSizeSize

The custom-sized area for the control.

|

Returns

TypeDescription
Size

The size that will fit the control.

|

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace