Determines whether the name is displayed in the filter drop-down list.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IconFilterItem
Dim columnIndex As Integer
Dim filteredInRowList() As Integer
Dim value As Boolean
value = instance.ShowInDropDown(columnIndex, filteredInRowList) |
Parameters
- columnIndex
- Model column index
- filteredInRowList
- List of rows filtered in
Return Value
true if the name of the filter is displayed in the filter drop-down list; false otherwise
Requirements
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6
See Also