バージョン

SplitterPreviewUIElement コンストラクタ

RowColSplitterUIElement の新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As Infragistics.Win.UIElement, _
   ByVal isRow As Boolean _
)
public SplitterPreviewUIElement( 
   Infragistics.Win.UIElement parent,
   bool isRow
)

パラメータ

parent
親要素。
isRow
行スプリッターの場合は True、列スプリッターは False。
参照