Set BackGround Color of Textbox to Transparent

user3442430

I am trying to set the background color of textbox to transparent, to blend with my backcolor of my form.

I have tried the following below.

 TextBox1.BackColor = Color.Transparent 'This doesn't work it stays white'

Is there something I am missing?

Arthur Rey

When I set TextBox.BackColor to Color.Transparent, it throws System.ArgumentException. I got this message :

Unvalid property value, The control does not support transparent colors background.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Set BackGround Color of Textbox to Transparent

From Dev

How to set transparent background color in UIImageView

From Dev

CSS - background color set, but still transparent

From Dev

Set textbox to readonly and background color to grey in jquery

From Dev

Set background-color of first word in textbox?

From Dev

Transparent border with background color

From Java

How to set background color of view transparent in React Native

From Dev

How to set background color to transparent for a richtextbox in c#

From Dev

Background color is leaking into transparent color

From Dev

Set a gray transparent background

From Dev

how can i set the background color of the TextBox in an editable ComboBox?

From Dev

How do I set the background color of a readonly textbox in Winforms?

From Dev

Button with background color and transparent text

From Dev

How to make the background color transparent

From Dev

Transparent Background Color in Video Clip

From Dev

Button with background color and transparent text

From Dev

CSS make the background color transparent

From Dev

Background Color to transparent background image in css

From Dev

How to set a control to a transparent background

From Dev

Set transparent background of the taken Snapshot

From Dev

How to set a transparent background to a DataGrid?

From Dev

Ho to set JxBrowser background to transparent

From Dev

How to set a control to a transparent background

From Dev

How to set a button background to transparent?

From Dev

Set transparent background in an html page

From Dev

How to set a tab background as transparent?

From Dev

Set the background of UILabel to transparent black

From Dev

wpf textbox background color not work

From Dev

Set Transparent Color for the Whole JPanel

Related Related

  1. 1

    Set BackGround Color of Textbox to Transparent

  2. 2

    How to set transparent background color in UIImageView

  3. 3

    CSS - background color set, but still transparent

  4. 4

    Set textbox to readonly and background color to grey in jquery

  5. 5

    Set background-color of first word in textbox?

  6. 6

    Transparent border with background color

  7. 7

    How to set background color of view transparent in React Native

  8. 8

    How to set background color to transparent for a richtextbox in c#

  9. 9

    Background color is leaking into transparent color

  10. 10

    Set a gray transparent background

  11. 11

    how can i set the background color of the TextBox in an editable ComboBox?

  12. 12

    How do I set the background color of a readonly textbox in Winforms?

  13. 13

    Button with background color and transparent text

  14. 14

    How to make the background color transparent

  15. 15

    Transparent Background Color in Video Clip

  16. 16

    Button with background color and transparent text

  17. 17

    CSS make the background color transparent

  18. 18

    Background Color to transparent background image in css

  19. 19

    How to set a control to a transparent background

  20. 20

    Set transparent background of the taken Snapshot

  21. 21

    How to set a transparent background to a DataGrid?

  22. 22

    Ho to set JxBrowser background to transparent

  23. 23

    How to set a control to a transparent background

  24. 24

    How to set a button background to transparent?

  25. 25

    Set transparent background in an html page

  26. 26

    How to set a tab background as transparent?

  27. 27

    Set the background of UILabel to transparent black

  28. 28

    wpf textbox background color not work

  29. 29

    Set Transparent Color for the Whole JPanel

HotTag

Archive