I am new to VB 2026. My laptop has Windows 11, I have reached PlaceholderTexr in the book I am following but it does not seem to work for me. I have a textbox (textbox1) and can see PlaceholderText in the properties. I typed "Please enter you name" into the property and that appeared in the textbox but when I ran the program the textbox was empty. I also tried the line textbox1.PlaceholderTexr = "Please enter you name" in the Form Load event but the box was still empty when I ran the code.

Am I missing something?