简体   繁体   中英

How to add themes namespace to C# project

I'm relatively new in C#. I would like to use Microsoft ListBox control, but I recognized that there's no Vertical ScrollBar property. Then I found open source ListBox control on page: http://www.koders.com/csharp/fidF0FDB984AB0429D0E6DF5D90B0A30F850D0335DB.aspx And my question is where to find file oraz description of namespace "using System.Windows.Forms.Themes" ? Thanks a lot.

System.Windows.Forms.ThemesDotGNU Portable.NET的一部分。

You're looking at the ListBox class for dotGnu, an open-source re-implementation of the .Net framework.
As you've discovered, it won't work as-is on Microsoft's framework; that namespace was invented by dotGnu.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM