Version

GetFilteredInItems Method (UltraComboTestObject)

Get the list of filtered in items when the user start typing into the combo while AutoCompleteMode is enalbed
Syntax
'Declaration
 
Public Function GetFilteredInItems() As Rational.Test.Ft.Sys.HashtableEx
public Rational.Test.Ft.Sys.HashtableEx GetFilteredInItems()

Return Value

The list of items as HashtableEx where the keys are 0 based index and the Values are the Value of the DisplayMember column
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also