Skip to main content
A newer version of this page is available. .

BaseCheckEdit.GetPreferredSize(Size) Method

Retrieves the size of a rectangular area into which the control will fit.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public override Size GetPreferredSize(
    Size proposedSize
)

Parameters

Name Type Description
proposedSize Size

The custom-sized area for the control.

Returns

Type Description
Size

A System.Drawing.Size value.

Remarks

This method supports the control’s internal infrastructure, and there is generally no need to use it directly from your code.

See Also