Disable PropertyPage without disabling entire Com AddIn

  • Thread starter Thread starter movalgirl
  • Start date Start date
M

movalgirl

Hi All,

I have an ComAddin which also cretes a PropertyPage in Outlook Options
Dialog. My question is: Is there a way to disable the loading of the
PropertyPage without disabling the whole Addin?

I tried to delete the CLSID for the PropertyPage but then got an error
message that the controle was not correctly registered with OLE.

I am wondering if there is an equivalent to "LoadBehaviour" for the
PropertyPage?

Thanks,
movalgirl
 
There's nothing like that. What you can do is just not supply the property
page information when either NameSpace.OptionsPagesAdd or
Application.OptionsPagesAdd fire, depending on where your property page is
being displayed.
 
Back
Top