GetPreferredSize Method (C1DataFilter)
Retrieves the size of a rectangular area into which a control can be fitted.
public override Size GetPreferredSize(
Size
)
'Declaration
Public Overrides Function GetPreferredSize( _
ByVal 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.