PowerTools SPREAD for Windows Forms 8.0J
ShowInDropDown メソッド (CustomFilterItem)


モデル列のインデックス
フィルタ一致行のリスト
名前がフィルタドロップダウンに表示されるかどうかを判定します。
構文
'Declaration
 
Public Overrides Function ShowInDropDown( _
   ByVal columnIndex As Integer, _
   ByVal filteredInRowList() As Integer _
) As Boolean
'使用法
 
Dim instance As CustomFilterItem
Dim columnIndex As Integer
Dim filteredInRowList() As Integer
Dim value As Boolean
 
value = instance.ShowInDropDown(columnIndex, filteredInRowList)
public override bool ShowInDropDown( 
   int columnIndex,
   int[] filteredInRowList
)

パラメータ

columnIndex
モデル列のインデックス
filteredInRowList
フィルタ一致行のリスト
参照

CustomFilterItem クラス
CustomFilterItem メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.