バージョン

CardAreaUIElement コンストラクタ

CardAreaUIElement クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As Infragistics.Win.UIElement, _
   ByVal firstRow As UltraGridRow _
)
public CardAreaUIElement( 
   Infragistics.Win.UIElement parent,
   UltraGridRow firstRow
)

パラメータ

parent
この要素を子として持つUIElement。
firstRow
このインスタンスによって表示される最初の UltraGridRow への参照。
参照