ToolStripButton.GetPreferredSize(Size) 方法

定义

检索适合 ToolStripButton 的矩形区域的大小。

public:
 override System::Drawing::Size GetPreferredSize(System::Drawing::Size constrainingSize);
public override System.Drawing.Size GetPreferredSize (System.Drawing.Size constrainingSize);
override this.GetPreferredSize : System.Drawing.Size -> System.Drawing.Size
Public Overrides Function GetPreferredSize (constrainingSize As Size) As Size

参数

constrainingSize
Size

ToolStripButton 的指定区域。

返回

Size

类型为 Size 的有序对,表示矩形的宽度和高度。

适用于