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


モデル列のインデックス
フィルタ一致行のリスト
名前がフィルタドロップダウンに表示されるかどうかを判定します。
構文
'Declaration
 
Public Overrides Function ShowInDropDown( _
   ByVal columnIndex As Integer, _
   ByVal filteredInRowList() As Integer _
) As Boolean
'使用法
 
Dim instance As IconFilterItem
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
フィルタ一致行のリスト

戻り値の型

フィルタドロップダウンリストにフィルタの名前が表示される場合はtrue、それ以外の場合はfalse
参照

IconFilterItem クラス
IconFilterItem メンバ

 

 


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