开发者

C# property sheet

开发者 https://www.devze.com 2023-02-09 02:58 出处:网络
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 cl

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

...

开发者_JAVA百科

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号