C1.Win.DataFilter.4.8 Assembly / C1.Win.DataFilter Namespace / C1DataFilter Class / GetPreferredSize Method
The custom-sized area for a control.

In This Topic
GetPreferredSize Method (C1DataFilter)
In This Topic
Retrieves the size of a rectangular area into which a control can be fitted.
Syntax
'Declaration
 
Public Overrides Function GetPreferredSize( _
   ByVal proposedSize As Size _
) As Size
 

Parameters

proposedSize
The custom-sized area for a control.

Return Value

An ordered pair of type System.Drawing.Size representing the width and height of a rectangle.
See Also