'Declaration Public Function GetRequiredSize() As Size
'Usage Dim instance As SmartItemCollection Dim value As Size value = instance.GetRequiredSize()
public Size GetRequiredSize()
Return Value
A System.Drawing.Size structure representing the size required to display all of the SmartItems contained within the collection. The Margins of the collection are included.