PowerTools PlusPak for Windows Forms 8.0J
GetResizeMode メソッド (GcResize)

ターゲットコントロール。
指定したコントロールのサイズ変更モードを取得します。GcResize には、GcResize が指定したコントロールをサイズ変更するためのモードを示す拡張プロパティが用意されています。
構文
Public Function GetResizeMode( _
   ByVal ctl As Control _
) As ResizeMode
public ResizeMode GetResizeMode( 
   Control ctl
)

パラメータ

ctl
ターゲットコントロール。

戻り値の型

GcResize が指定したコントロールをサイズ変更するためのモードを示す ResizeMode 値の 1 つ。
プラットフォーム

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

参照

GcResize クラス
GcResize メンバ

Send Feedback