Version

GetSelection Method (WinComboRecordReplayServer)

String representation of currently selected item.
Syntax
'Declaration
 
Public Function GetSelection() As System.String
public System.string GetSelection()

Return Value

String of current item
Remarks
If the DisplayMember property is not set on the combobox, the first column of the selected row is used.

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