toolbar visible state change event

Status
Not open for further replies.
S

Saeed

I have added a toolbar with few buttons to Explorer and Inspector. I want the

toolbar to be visible across all open inspector and explorer at the same

time, and if user make toolbar not visible using one of the open windows, all

the toolbars should become not visible. Is there any event generated when

user un-checks a toolbar which I can use for updating all open windows.

I am using VSTO 2005 SE and writing addins for 2003 and 2007 outlook.
 
For one thing, in Outlook 2007 you have the ribbon and any old style UI is

added to the Add-Ins tab, so you won't get what you expect at all in Outlook

2007 for Inspectors.

The only possible event you could use is CommandBars.OnUpdate(). You can

check for visibility of your CommandBar there. Be aware though that this

event fires an awful lot, so be prepared to see it firing all the time for

all sorts of updates.

"Saeed" <Saeed> wrote in message

news:6036DE80-14C4-4E53-9174-CA6F03296322@microsoft.com...
> I have added a toolbar with few buttons to Explorer and Inspector. I want
> the
> toolbar to be visible across all open inspector and explorer at the same
> time, and if user make toolbar not visible using one of the open windows,
> all
> the toolbars should become not visible. Is there any event generated when
> user un-checks a toolbar which I can use for updating all open windows.
> I am using VSTO 2005 SE and writing addins for 2003 and 2007 outlook.
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
S Persist toolbar visible state Outlook VBA and Custom Forms 5
A Quick Access Toolbar Not Showing Description Using Outlook 0
V How to add 'Previous Item' and 'Next Item' to the Quick Access Toolbar Using Outlook 1
J Text icon in Quick Access toolbar ? Using Outlook 2
G How to add a folder shortcut to outlook quick access toolbar? Using Outlook 6
O Outlook 365 - Toolbar - Close all items - missing? Using Outlook 3
O Windows 1803 update : QAT and toolbar changed, language pack gone... Using Outlook 5
R Categorize Button in Quick Access Toolbar Disappears on New Email Using Outlook 1
F want inbox on toolbar to reference icloud messages Using Outlook 2
Diane Poremsky Synchronize Quick Access Toolbar and Ribbons? Using Outlook 0
soadfan Enable all rules from toolbar button? Outlook VBA and Custom Forms 3
J Adding Reply & Delete to main toolbar? Using Outlook 0
Diane Poremsky Customize the Outlook Toolbar, Ribbon or QAT Using Outlook 0
L Outlook 2007 Custom Form and Toolbar Not Working Using Outlook 5
E Outlook 2007: Problem with "Move to Folder >" button on toolbar Using Outlook 6
B Outlook 2007 Save Current View,Font,Toolbar Settings Using Outlook 6
L Outlook 2007 Toolbar Export and Import Using Outlook 7
V Avast! Antispam toolbar Using Outlook 11
B Trouble Locating Tools Menu since There's No Standard Toolbar in Office 2010 Using Outlook 1
N Combobox in outlook add ons toolbar not firing event on main window resized Using Outlook 3
B Outlook Toolbar disabled Using Outlook 1
P Can't add a custom hyperlink to toolbar in OL 2010 Using Outlook 1
E Blank Print Preview when access via the Quick Access toolbar Using Outlook 3
Commodore Back/Forward toolbar buttons with pull-down history? Using Outlook 5
D How can I add a user created template to the toolbar Outlook VBA and Custom Forms 1
D How do I run a rule by using a toolbar icon? Outlook VBA and Custom Forms 4
S How to Create Buttons in email body / toolbar Outlook VBA and Custom Forms 3
P Problem in temporary type toolbar Outlook VBA and Custom Forms 1
P Problem in permanent type add-in toolbar Outlook VBA and Custom Forms 6
P Create TextBox in Outlook toolbar Outlook VBA and Custom Forms 1
T Quick Access Toolbar Using Outlook 3
S inspector toolbar buttons get multiple events Outlook VBA and Custom Forms 3
S show icon while toolbar button is disabled. Outlook VBA and Custom Forms 1
S Quick access toolbar in inspector window Outlook VBA and Custom Forms 3
J Excel 2002 Forms toolbar Outlook VBA and Custom Forms 1
R How to implement customize toolbar in outlook? Outlook VBA and Custom Forms 1
J Toolbar button to process current mailitem Outlook VBA and Custom Forms 1
C Re: Hide BCM toolbar BCM (Business Contact Manager) 1
T Creating toolbar in new Explorer Outlook VBA and Custom Forms 3
R How to add toolbar to MailEditor for outlook? Outlook VBA and Custom Forms 14
H Add an item to the "new" - option in outlook toolbar Outlook VBA and Custom Forms 6
Q Re: Detecting whether a toolbar is and should be shown Outlook VBA and Custom Forms 5
V Unchecking my calendar and leaving shared one visible Outlook VBA and Custom Forms 1
V VBA Categories unrelated to visible calendar and Visual appointment Categories Outlook VBA and Custom Forms 2
F Email being marked as Spam by Gmail and not being visible in Outlook Using Outlook 5
T Outlook 2010 Tasks are not visible in To Do list Using Outlook 5
T Outlook Template - textbox visible based on combobox selection Using Outlook 1
N Custom Form Controls Not Visible To Recipient Outlook VBA and Custom Forms 3
J How to restore field no longer visible in field chooser? Using Outlook 1
M Outlook 2003 pictures - some visible, some not Using Outlook 0

Similar threads

Back
Top