开发者

ASP.net Transparent edit control

I am looking for a custom control.

Transparent text edit control.

I m looking for a text edit control with a transparent background with no border. The properties are as follows:

Text font, size, color etc.

Text Vertical alignment

Text Horizontal alignment

Control Size

Events are standard extensions of someth开发者_JS百科ing like a text box.

can you help me where can i find?


This may help you AlphaBlendTextBox - A transparent/translucent textbox for .NET

For AsP.Net (you didn't mentioned that before): Its super easy just use this CSS with normal Input Tag and you will have a Text Box which is Transparent and with no borders.:

background-color:transparent;
border-width:0px;
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜