Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override Size GetPreferredSize(
    Size proposedSize
)

Parameters

Name Type Description
proposedSize Size

The custom-sized area for the control.

Returns

Type Description
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