# TransparentTextBox **Repository Path**: EVA-SS/TransparentTextBox ## Basic Information - **Project Name**: TransparentTextBox - **Description**: 透明的文本框 - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2024-01-24 - **Last Updated**: 2025-11-07 ## Categories & Tags **Categories**: desktop-ui **Tags**: Csharp, Winforms ## 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 文本对齐方向~~ - 滚动条 🐱