M
Mark Reed
What is the proper way to set a text box where it would display a few
paragraphs of disclaimer? It would be textbox, with vertical scroll bar
to run through the text.
Is this done with a textbox and setting the text property...a label and
the text property..or another method?
It seems wrong to type so much text into a label object... and it seems
wrong to use a text box as well.... but I do not see any object for
creating a large block of text to display as I want.
Sorry for what is probabbly a seemingly clueless question...but in
reading my C# study book, I do not see this addressed.
I assume I could type it in as text assigned to a variable and make a
label equal that variable too...
just want to know the "right way".
paragraphs of disclaimer? It would be textbox, with vertical scroll bar
to run through the text.
Is this done with a textbox and setting the text property...a label and
the text property..or another method?
It seems wrong to type so much text into a label object... and it seems
wrong to use a text box as well.... but I do not see any object for
creating a large block of text to display as I want.
Sorry for what is probabbly a seemingly clueless question...but in
reading my C# study book, I do not see this addressed.
I assume I could type it in as text assigned to a variable and make a
label equal that variable too...
just want to know the "right way".