共用方式為


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 類型的排序配對,代表矩形的寬度與高度。

適用於