Switch Reserved Word

I noticed that I can change the ID of a control to Switch via project explorer window, but I can not change the ID property in the properties window, as it says Switch is a reserved word in VB.

While it may not be a reserved work in VB itself, it is within JavaScript. Using it as an id could cause unexpected consequences.

Many developers avoid these kinds of problems by using Hungarian Notation, so the control Id would be something like btnSwitch.