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


整数
int[]
アイテムがドロップダウンに表示されるかどうかを返します。
構文
'Declaration
 
Public Overrides Function ShowInDropDown( _
   ByVal columnIndex As Integer, _
   ByVal filteredInRowList() As Integer _
) As Boolean
'使用法
 
Dim instance As UserSpecifiedFilterItem
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
int[]

戻り値の型

項目が表示される場合は True;それ以外の場合は False。
参照

UserSpecifiedFilterItem クラス
UserSpecifiedFilterItem メンバ

 

 


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