简体   繁体   中英

C# property sheet

I'm new to C#. I want to make a property sheet - something like the ones used for controls properties from Visual Studio. Is there any class that holds this type of information or I must create my class using static texts and edit boxes? I want something simple like:

Tag1 Value1

Tag1 Value1

Tag1 Value1

...

where Value may be of different type(probably I will use string and parse them later)

In WinForms, you can use the PropertyGrid control. It is exactly like the property view in Visual Studio. The article I linked to explains how to use it.

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