gpt4 book ai didi

c# - PropertyGrid 中的多行字符串

转载 作者:IT王子 更新时间:2023-10-29 04:09:24 24 4
gpt4 key购买 nike

PropertyGrid 中是否有用于多行字符串的内置编辑器。

最佳答案

我发现 System.Design.dllSystem.ComponentModel.Design.MultilineStringEditor 可以使用如下:

public class Stuff
{
[Editor(typeof(MultilineStringEditor), typeof(UITypeEditor))]
public string MultiLineProperty { get; set; }
}

关于c# - PropertyGrid 中的多行字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/130032/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com