Is there a built-in TypeConverter or UITypeEditor to edit a list of strings

前端 未结 2 1443
借酒劲吻你
借酒劲吻你 2020-12-21 05:03

I wish to know if .Net-3.5 comes with a built-in List or string[] TypeConverter or UITypeEditor so that I c

2条回答
  •  天涯浪人
    2020-12-21 05:37

    You can use [Editor("System.Windows.Forms.Design.StringArrayEditor, System.Design, [assembly version and public key token information here]", typeof(System.Drawing.Design.UITypeEditor))]

提交回复
热议问题