Can you load an OlkComboBox and show a previously selected value?

  • Thread starter Thread starter pkelley
  • Start date Start date
P

pkelley

I know how to load the OlkComboBox, but if I want to show the user a value
that he/she selected 3 days ago, how would I do that?

Details:
I'm using Visual Studio 2005 Professional.
Visual Studio 2005 Tools for Office SE.
My OlkComboBox control resides on an Outlook 2007 Addin, Separate FormRegion.
 
You need to store the selected value for the combo in a user property, then
you can retrieve that value subsequently. When you open the property dialog
of the combo you can set either an existing or new user property to link to
the combo selected value.
 
Back
Top