PowerTools PlusPak for Windows Forms 8.0J
GetChildren メソッド (ResizePolicy)

指定したコントロール。
このコントロールに含まれるコントロールのコレクションを取得します。
構文
Public Overridable Function GetChildren( _
   ByVal control As Control _
) As IEnumerable(Of Control)
public virtual IEnumerable<Control> GetChildren( 
   Control control
)

パラメータ

control
指定したコントロール。
解説
デフォルトロジックは System.Windows.Forms.Control.Controls を返します。これらの他に変更しなければならない子要素がある場合は、このコレクションに追加できます。
プラットフォーム

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

参照

ResizePolicy クラス
ResizePolicy メンバ

Send Feedback