Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 831 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 831 Bytes

最佳的透明文本框

本项目基于 STTextBox 二次开发

🎨截图

截图NEW 截图

📻打个广告

AntdUI - Winform 界面库 AntdUI

🌴接下来的工作

  • TextBox SelectionStart 所选文本的起点
  • TextBox SelectionLength 所选文本的长度
  • TextBox PlaceholderText 水印文本
  • TextBox Multiline 多行文本
  • TextBox UseSystemPasswordChar 使用密码框
  • TextBox ReadOnly 只读
  • TextBox MaxLength 文本最大长度
  • TextBox PasswordChar 自定义密码字符
  • TextBox TextAlign 文本对齐方向
  • 滚动条

🐱