バージョン

SeparatorUIElement コンストラクタ

SeparatorUIElement オブジェクトの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As ItemAreaInnerUIElement, _
   ByVal item As UltraExplorerBarItem _
)
public SeparatorUIElement( 
   ItemAreaInnerUIElement parent,
   UltraExplorerBarItem item
)

パラメータ

parent
そのChildElementsコレクションにこの要素を含むItemAreaInnerUIElementオブジェクト。
item
この要素を関連付けるUltraExplorerBarItem。
参照