Metro Modern UI or MetroFramework brings Windows 8 UI to .NET Windows Forms applications.
Supported platforms:
Windows XP SP1/SP2/SP3
Windows Vista
Windows 7
Windows 8
To install Metro Modern UI - Metro Framework, run the following command in the Package Manager Console
PM> Install-Package MetroModernUI
上面是這個控件包的信息,我用package manager concole輸入了 Install-Package MetroModernUI之後,也顯示安裝添加成功了,但是在toolbox中並沒有看到相關的控件。我的程序確實是WindowsFormApplication,系統是win8.1,但是為什麼就找不到這個控件呢?
看下相關的引用被添加進來了麼?重新打開下項目看看。