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

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

参照

GcDropDownButtonBaseResizePolicy クラス
GcDropDownButtonBaseResizePolicy メンバ

Send Feedback