Visual Studio 2013 Enable Custom Properties of Ribbon Control - winforms

I am using "Office Ribbon" control in my Winform project (Also known as Windows Ribbon control)
Control src: http://officeribbon.codeplex.com/
How can I enable red highlighted area in Visual Studio 2013, which is shown at bottom of Properties
In Visual Studio 2010 & 2012, it was appearing when I select a Panel in Ribbon control, as following.

Right click on property grid and choose commands.

Related

WPF Desinger window does not render the view in Visual studio 2012

I am using Visual studio 2012 and working with WPF, whenever i create a new widow, then it's designer window is not shown. However,when we run the application,dialog is displayed.
But my question is this why i can't see the designer of WPF dialog while i am writing xaml want to see effects on designer.
Is this an issue with Visual studio 2012 because this happening on all the developer machines in my company.
Is there any patch setup for visual studio other than upate1 and update2 that i have already installed for my visual studio but nothing has been fixed up by now.

Using TabPages in Project Properties window in VisualStudio2012

How can I use the Tab control in project properties window in Visual Studio 2012 in my own windows form project?(below picture)

No project template for a ‘WPF Ribbon Application’ in VS 2010 after Microsoft Ribbon for WPF installation

I installed Microsoft Ribbon for WPF from the following page:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=11877
But there is no project template for a ‘WPF Ribbon Application’ in Visual Studio 2010.
Is there way to fix it?

Not able to find Add New Data Source option in Visual studio 2010

I am using Entity Data Framework in my windows form. So i need to add a new data source. I go to the Visual studio 2010 professional main menu -> Data but there is no Add New Data Source option in Visual studio 2010 professional.
From where i can find Data Source connection wizard.
You can define a keyboard shortcut that points to data.AddNewDataSource within
Tools -> Options -> Keyboard
Visual Studio 2012 :
Project-> Add New Data Source..
Visual Studio 2010:
Data-> Add New Data Source..
Go to your windows form property > DataBindings > Advance ,click on tab(...). Binding property will open. Now click dropdown of bindings. Then click on "Add project datasource".
Then choose your datasource.

why some WPF controls do not appear in the toolbox

Some WPF control do not appear in the toolbox panel in the visual studio 2008 sp1, like webbrowser.
Is this by design?
Some controls were added in WPF version 4 (Visual Studio 2010). For example, WebBrowser. That is why it does not show up in Visual Studio 2008 (which supports only upto WPF 3.5 SP1).

Resources