'宣言
Public Overloads Function ShowPanWindow( _
ByVal As System.Drawing.Point, _
ByVal As System.Drawing.Size _
) As System.Windows.Forms.Form
public System.Windows.Forms.Form ShowPanWindow(
System.Drawing.Point ,
System.Drawing.Size
)
パラメータ
- location
- パンウィンドウの位置。
- size
- パンウィンドウのサイズ。
戻り値の型
パンウィンドウを表す System.Windows.Forms.Form 値。