Ribbon for WinForms
AddChild メソッド (DockPanel)

C1.Win.8 アセンブリ > C1.Framework 名前空間 > DockPanel クラス : AddChild メソッド
The Element to add.
The System.Windows.Forms.DockStyle option to use for the added child element.
Adds child element with the specified System.Windows.Forms.DockStyle option.
シンタックス
'宣言
 
Public Sub AddChild( _
   ByVal e As Element, _
   ByVal dock As DockStyle _
) 
public void AddChild( 
   Element e,
   DockStyle dock
)

パラメータ

e
The Element to add.
dock
The System.Windows.Forms.DockStyle option to use for the added child element.
参照

DockPanel クラス
DockPanel メンバ