Alignment in Combobox

  • Thread starter Thread starter KarthikonIT
  • Start date Start date
Status
Not open for further replies.
K

KarthikonIT

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.

 
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.

"KarthikonIT " <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.

> >
>
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
J Color Alignment on the Calendar? Using Outlook 2
K Incorporate selection from combobox into body of email Outlook VBA and Custom Forms 0
T Outlook Template - textbox visible based on combobox selection Using Outlook 1
Z Add ComboBox Value to Body of Email Outlook VBA and Custom Forms 1
C Trying to populate an appointment ComboBox from Excel Outlook VBA and Custom Forms 2
N Select Appointment subject line from combobox or list Outlook VBA and Custom Forms 1
C Autofill subject line in appointment from options selected in combobox Using Outlook 6
B Contact Page 2 Combobox via Registry Outlook VBA and Custom Forms 6
N Combobox in outlook add ons toolbar not firing event on main window resized Using Outlook 3
S Dynamically add recipients using combobox and checkbox????? Using Outlook 2
J userform combobox Outlook VBA and Custom Forms 1
R combobox list in userform Outlook VBA and Custom Forms 1
P Setting combobox properties from Outlook 2007 Add-in Outlook VBA and Custom Forms 9
K Adding watermark to Combobox in Outlook. Outlook VBA and Custom Forms 1
C ComboBox data Outlook VBA and Custom Forms 2
D ComboBox with Multi columns Outlook VBA and Custom Forms 4
S ComboBox (using Commas) Outlook VBA and Custom Forms 4
E Where is the best place to store values for combobox entries Outlook VBA and Custom Forms 5
E Where is the best place to store values for combobox entries Outlook VBA and Custom Forms 5

Similar threads

Back
Top