[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TouchStripButton.GetPreferredSize

GetPreferredSize Method

GetPreferredSize(Size)

Retrieves the size of a rectangular area into which a System.Windows.Forms.ToolStripButton can be fitted.

Declaration
public override Size GetPreferredSize(Size constrainingSize)
Public Overrides Function GetPreferredSize(constrainingSize As Size) As Size
Parameters
Type Name Description
Size constrainingSize

The specified area for a System.Windows.Forms.ToolStripButton.

Returns
Type Description
Size

An ordered pair of type System.Drawing.Size that represents the width and height of a rectangle.

Overrides