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