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

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

パラメータ

control
指定したコントロール。

戻り値の型

子。
解説

このメソッドは System.Windows.Forms.ToolStripDropDownItem.DropDownSystem.Windows.Forms.ToolStripControlHost.Control を返します。

詳細については、ToolStripResizePolicy を参照してください。

プラットフォーム

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

参照

ToolStripResizePolicy クラス
ToolStripResizePolicy メンバ

Send Feedback