.NET Framework Developer Center > .NET Development Forums > Managed Extensibility Framework > Looking for example of some usercontrol/tabitem exporting a ToolBar object
Ask a questionAsk a question
 

QuestionLooking for example of some usercontrol/tabitem exporting a ToolBar object

  • Friday, September 18, 2009 5:48 PMJeff Braun Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I have a main window with a TabControl that is populated with MEF loaded TabItem objects.  I want each of those TabItem's to have an "EXPORT"able ToolBar(s).  The TabItem will have a reference to the Toolbar so that it can control it's visibility.

    So I'm trying to find some good samples of this type of behavior.  The samples with MEF6 don't have any such ToolBars that they load using MEF.

    Thanks,
    Jeff