G
GraemeWT
I have a Visual Studio 2008 VSTO project for an Office Outlook AddIn.
I have created a Custom Form Region for a Customer Task object named
“IPM.Task.Wizardâ€.
I have a Ribbon that I want to be used when I display a customer task object
in my Custom Form.
Can someone explain how I can do this....
I have seen discussion on using the CreateRibbonExtensibilityObject viz:
protected override
Microsoft.Office.Core.IRibbonExtensibility
CreateRibbonExtensibilityObject() {}
And also on using the IRibbonExtensibility interface viz:
public partial class ThisAddIn : Office.IRibbonExtensibility
But I have not managed to discover exactly how to implement these patterns
in my project.
I think I need to do something in the New_Inspector event handler!!
I have created a Custom Form Region for a Customer Task object named
“IPM.Task.Wizardâ€.
I have a Ribbon that I want to be used when I display a customer task object
in my Custom Form.
Can someone explain how I can do this....
I have seen discussion on using the CreateRibbonExtensibilityObject viz:
protected override
Microsoft.Office.Core.IRibbonExtensibility
CreateRibbonExtensibilityObject() {}
And also on using the IRibbonExtensibility interface viz:
public partial class ThisAddIn : Office.IRibbonExtensibility
But I have not managed to discover exactly how to implement these patterns
in my project.
I think I need to do something in the New_Inspector event handler!!