バージョン

RowColSplitterIntersectionUIElement コンストラクタ

コンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As Infragistics.Win.UIElement, _
   ByVal leftRightAdjustmentSplitter As Infragistics.Win.SplitterUIElement, _
   ByVal upDownAdjustmentSplitter As Infragistics.Win.SplitterUIElement _
)
public RowColSplitterIntersectionUIElement( 
   Infragistics.Win.UIElement parent,
   Infragistics.Win.SplitterUIElement leftRightAdjustmentSplitter,
   Infragistics.Win.SplitterUIElement upDownAdjustmentSplitter
)

パラメータ

parent
親要素
leftRightAdjustmentSplitter
左右の調整のためのスプリッタ要素。
upDownAdjustmentSplitter
上下の調整のためのスプリッタ要素。
参照