https://github.com/eva-ss/transparenttextbox
透明的文本框
https://github.com/eva-ss/transparenttextbox
gdi-plus textbox transparent winforms
Last synced: 10 months ago
JSON representation
透明的文本框
- Host: GitHub
- URL: https://github.com/eva-ss/transparenttextbox
- Owner: EVA-SS
- License: mit
- Created: 2022-10-17T07:22:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T07:10:53.000Z (over 2 years ago)
- Last Synced: 2025-02-11T12:44:28.110Z (over 1 year ago)
- Topics: gdi-plus, textbox, transparent, winforms
- Language: C#
- Homepage:
- Size: 231 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 最佳的透明文本框
本项目基于 [STTextBox](https://github.com/DebugST/STTextBox) 二次开发
### 🎨截图


### 📻打个广告
[AntdUI - Winform 界面库](https://gitee.com/antdui/AntdUI)

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