PowerTools PlusPak for Windows Forms 8.0J
GetGcResize メソッド
使用例 

フォーム。
指定したフォームに関連付けられた GcResize を取得します。
構文
Public Shared Function GetGcResize( _
   ByVal form As Form _
) As GcResize
public static GcResize GetGcResize( 
   Form form
)

パラメータ

form
フォーム。

戻り値の型

指定したフォームに関連付けられた GcResize 値。
使用例

次のサンプルコードは、このメソッドの使用方法を示します。

このサンプルコードは、GcApplicationResize クラスに示されている詳細なコード例の一部を抜粋したものです。

public void ControlResizingProc(object sender, EventArgs e)
{
    Console.WriteLine(GcApplicationResize.GetGcResize(this).ToString());
}
Public Sub ControlResizingProc(sender As Object, e As EventArgs)
    Console.WriteLine(GcApplicationResize.GetGcResize(Me).ToString())
End Sub
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcApplicationResize クラス
GcApplicationResize メンバ

Send Feedback