csharp 此版本适用于非多行文本框

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 此版本适用于非多行文本框相关的知识,希望对你有一定的参考价值。

// Within your class or scoped in a more appropriate location:
[DllImport("user32.dll")]
private static extern IntPtr SendMessage(IntPtr hWnd, int Msg, int wParam, [MarshalAs(UnmanagedType.LPWStr)] string lParam);

// In your constructor or somewhere more suitable:
SendMessage(textBox.Handle, 0x1501, 1, "Please type here.");

以上是关于csharp 此版本适用于非多行文本框的主要内容,如果未能解决你的问题,请参考以下文章

保持多行文本框输入的格式存储在会话中

Excel vba列表框多列多行从14个文本框

devexpress 标签带文本框怎么画

在 C# 中滚动到单行文本框的末尾

winapi创建多行文本框

两个多行文本框的乘积并将其显示到另一个多行文本框