Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eva-ss/transparenttextbox
透明的文本框
https://github.com/eva-ss/transparenttextbox
gdi-plus textbox transparent winforms
Last synced: 23 days ago
JSON representation
透明的文本框
- Host: GitHub
- URL: https://github.com/eva-ss/transparenttextbox
- Owner: EVA-SS
- License: mit
- Created: 2022-10-17T07:22:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T07:10:53.000Z (8 months ago)
- Last Synced: 2024-03-01T08:27:51.777Z (8 months 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) 二次开发
### 🎨截图
![截图NEW](screenshot/new.png?raw=true)
![截图](screenshot/20221019111141.png?raw=true)### 📻打个广告
[AntdUI - Winform 界面库](https://gitee.com/antdui/AntdUI)
![AntdUI](https://foruda.gitee.com/images/1702617477393255355/99233655_1297767.png)### 🌴接下来的工作
- ~~TextBox SelectionStart 所选文本的起点~~
- ~~TextBox SelectionLength 所选文本的长度~~
- ~~TextBox PlaceholderText 水印文本~~
- ~~TextBox Multiline 多行文本~~
- ~~TextBox UseSystemPasswordChar 使用密码框~~
- ~~TextBox ReadOnly 只读~~
- ~~TextBox MaxLength 文本最大长度~~
- ~~TextBox PasswordChar 自定义密码字符~~
- ~~TextBox TextAlign 文本对齐方向~~
- 滚动条🐱