TrackBarControl.GetPreferredSize(Size) Method
Retrieves the size of a rectangular area into which the control can be fitted.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
proposedSize | Size | The custom-sized area for the control. |
Returns
Type | Description |
---|---|
Size | A |
Remarks
This method supports the control’s internal infrastructure and there is generally no need to use it directly from your code.
See Also