gpt4 book ai didi

.net - 在属性网格中添加编辑文本下拉列表

转载 作者:行者123 更新时间:2023-12-05 05:28:20 25 4
gpt4 key购买 nike

我正在编写一个类,其属性可通过属性面板访问,其中一个属性是多行文本。

我希望在此属性面板的设计器中显示一个下拉列表,以便用户填写多行文本,就像 Visual Studio 中的 Label 或 TextBox 一样。

This is what I want in my property panel

我应该将哪个属性放在我的属性定义之上以允许这样做?

最佳答案

您想用 System.ComponentModel.Design.MultilineStringEditor 修饰“文本”属性.

例如

[Editor("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(UITypeEditor))]
public string Text { .... }

关于.net - 在属性网格中添加编辑文本下拉列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12173421/

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