* UITextBox: 设置水印文字刷新显示

This commit is contained in:
Sunny 2022-01-18 13:17:42 +08:00
parent 59e5697de4
commit fca53eefd7
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -70,6 +70,7 @@ namespace Sunny.UI
set
{
watermark = value;
WaterMark_Toggle(null, null);
Invalidate();
//Win32.User.SendMessage(Handle, 0x1501, (int)IntPtr.Zero, value);
}