gpt4 book ai didi

c# - 如何在 C# 中为动态文本框设置 textMode = Multiline

转载 作者:行者123 更新时间:2023-11-30 13:09:59 25 4
gpt4 key购买 nike

TextBox txt = new TextBox();
txt.TextMode = "MulitiLine";

不工作

如何在c#中为动态文本框设置textMode = Multiline

最佳答案

txt.TextMode = TextBoxMode.MultiLine;

你好,它会帮助你得到解决方案

关于c# - 如何在 C# 中为动态文本框设置 textMode = Multiline,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8635477/

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