﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » Combo drop down</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Fri, 11 Sep 2026 03:29:56 GMT</lastBuildDate><ttl>20</ttl><item><title>Combo drop down</title><link>http://forum.strataframe.net/FindPost27490.aspx</link><description>Is it possible to send the keystoke equivalent to the combo so it will drop down when it recieves the focus?</description><pubDate>Mon, 21 Jun 2010 12:56:21 GMT</pubDate><dc:creator>Ian Johnston</dc:creator></item><item><title>RE: Combo drop down</title><link>http://forum.strataframe.net/FindPost27498.aspx</link><description>A safer method is to use the [b]DroppedDown[/b] property. Just set it to true.</description><pubDate>Mon, 21 Jun 2010 12:56:21 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: Combo drop down</title><link>http://forum.strataframe.net/FindPost27491.aspx</link><description>Sure, just put &lt;br&gt;
&lt;br&gt;
        [codesnippet]SendKeys.Send("%{DOWN}")[/codesnippet]&lt;br&gt;
&lt;br&gt;
in the Enter handler for the dropdownlistbox&lt;br&gt;
&lt;br&gt;
Of course you can just start typing to find the value you want.&lt;br&gt;
&lt;br&gt;
Or, you can create a keypress handler to do the Sendkeys.Send on hitting space or something.&lt;br&gt;
&lt;br&gt;
( this also works for dropping the calendar in a Datetimepicker, where I have it responding to a C or c.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;</description><pubDate>Sat, 19 Jun 2010 16:44:49 GMT</pubDate><dc:creator>Charles R Hankey</dc:creator></item></channel></rss>