✅ MultiLine error on custom user control WinForms
Some reason I'm getting red squiggle marks on multiline parts of the code. I have a textbox with exact code and no errors on multiple. But when I create a numeric display with exact code i get error for multiline. And numeric display has multiline in properties window.
10 Replies
Does it compile?
SHould probs clarify but those are where the errors are in that giant text msg


no
NumericUpDown does not have multiline nor does it have the ability for a password
So that is why you get errors
ohhh okay
https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.numericupdown?view=windowsdesktop-9.0
Textbox however have both
Textbox
https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.textbox.multiline?view=windowsdesktop-9.0
https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.textbox.usesystempasswordchar?view=windowsdesktop-9.0
oh for some reason i was thinking i saw multline in properties window but loookking back at it i dont see it so i was seeting stuff lol.
$close
If you have no further questions, please use /close to mark the forum thread as answered
oki sounds good, thank you!