バージョン

CreateCellUIElement メソッド (FilterRowCellAreaUIElement)

CellUIElementBase派生クラスのインスタンスを作成するためのメソッド。
シンタックス
'宣言
 
Protected Overrides Function CreateCellUIElement( _
   ByVal oldElems As Infragistics.Win.UIElementsCollection _
) As CellUIElementBase
protected override CellUIElementBase CreateCellUIElement( 
   Infragistics.Win.UIElementsCollection oldElems
)

パラメータ

oldElems
以前の UIElements コレクション。

戻り値の型

既存の CellUIElementBase または既存のインスタンスがなかった場合には新しい CellUIElementBase。
参照