Version

DropDown Method (IValueList)

Drops down the list. Returns true if successful
Syntax
'Declaration
 
Function DropDown( _
   ByVal editAreaInScreenCoords As Rectangle, _
   ByVal index As Integer, _
   ByVal text As String _
) As Boolean
bool DropDown( 
   Rectangle editAreaInScreenCoords,
   int index,
   string text
)

Parameters

editAreaInScreenCoords
The System.Drawing.Rectangle of the edit area, in screen coordinates.
index
The initial selected index.
text
The text of the initially selected index.

Return Value

True if the list was successfully dropped down.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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