バージョン

SiblingRowConnectorUIElement コンストラクタ

新しい SiblingRowConnectorUIElement を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As Infragistics.Win.UIElement, _
   ByVal parentBand As UltraGridBand, _
   ByVal parentRow As UltraGridRow, _
   ByVal firstChildConnector As Boolean _
)
public SiblingRowConnectorUIElement( 
   Infragistics.Win.UIElement parent,
   UltraGridBand parentBand,
   UltraGridRow parentRow,
   bool firstChildConnector
)

パラメータ

parent
親要素
parentBand
関連付けられた親 Band
parentRow
関連付けられた親 Row
firstChildConnector
これが最初の子コネクタである場合、Trueです。
参照