View Single Post
  #2  
Old October 16th 09, 07:06 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Alignment in Combobox

No to the first 2 questions as far as I know. For the third you can add a
button that has the text you want, that's about it.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"KarthikonIT via OfficeKB.com" u54961@uwe wrote in message
news:9daf2bfe9e6bf@uwe...
Hi,
I m creating a plugin for Outlook.

I have following Question please help me out

Question 1:
I have added a combobox(Office::msoControlComboBox) to my Outlook toolbar.

But when I set the caption to the combobox the alignment of dropdown(the
list
that popups on click of down arrow in combo) expands to the entire width
of
the comboboxcontrol(Width of caption + Width of combobox( place where u
can
type )).

Note:
DropDownWidth Property - only resizes it, does not align.



Is there anyway to make the dropdownlist in alignment withe combobox
position.
(ie I would like to intent the dropdown to the right so that start
position
of dropdownlist and combo(edit area) is same).

Also the caption in Combobox control is highlighted how to remove that?


Question 2:
I have also added a Button(Office::msoControlButton) to my Outlook
toolbar.

Is there any property to remove highlight on Mouse hover.



Question 3:
Is there a way to add a static text to OutlookToolbar.

Thanks in Advance.

--
Message posted via http://www.officekb.com


Ads