开发者

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

...

开发者_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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜