PowerTools SPREAD for Windows Forms 8.0J
GetPreferredSize メソッド (TouchStripButton)


System.Windows.Forms.ToolStripButtonの指定された領域。
System.Windows.Forms.ToolStripButtonが収まる矩形領域のサイズを取得します。
構文
'Declaration
 
Public Overrides Function GetPreferredSize( _
   ByVal constrainingSize As Size _
) As Size
'使用法
 
Dim instance As TouchStripButton
Dim constrainingSize As Size
Dim value As Size
 
value = instance.GetPreferredSize(constrainingSize)
public override Size GetPreferredSize( 
   Size constrainingSize
)

パラメータ

constrainingSize
System.Windows.Forms.ToolStripButtonの指定された領域。

戻り値の型

矩形の幅と高さを表すSystem.Drawing.Size型オブジェクトの順序付きペア。
参照

TouchStripButton クラス
TouchStripButton メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.