how to find out, that inspector window contain command bar or not

  • Thread starter Thread starter Ram
  • Start date Start date
R

Ram

Hi,

I have added commandbar button to a insepsctor window. But for each new
inspector window one more button is adding. i.e first window has one and
second one has two ,like that. How can we find out, whether that inspector
window contains commandbar button or not?

plz suggest me any solution

--
Regards,

RamakoteswaraRao Koti
Software Engineer,
Nannacomputers Pvt Ltd
 
Is WordMail being used?

What version of Outlook?

Are you using an Inspector wrapper class where the button is only added to
that instance of an Inspector?

What language platform are you using?

When you add your buttons are you setting them as Temporary = True and
before adding to an Inspector checking for an existing button with the same
caption and tag? Are you using a unique Tag property for each button you
add?
 
Back
Top