バージョン

ControlContainerUIElement コンストラクタ

新しい ControlContainerUIElement インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As Infragistics.Win.UIElement, _
   ByVal tool As ToolBase, _
   ByVal containedControl As Control _
)
public ControlContainerUIElement( 
   Infragistics.Win.UIElement parent,
   ToolBase tool,
   Control containedControl
)

パラメータ

parent
親要素の親。
tool
要素によって表示されるツール。
containedControl
ツールに表示されるコントロールを設定します。
参照