Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RTFテキストボックスなど、かなり「複雑な」関数しか見つかりません。Form1.csで「プレーンテキスト」を表示する方法がわかりませんでした
(HTML から WinForm への話はしません。検索しても有用な結果は返されませんでした)
Label または TextBox を使用できます。
TextBox を使用する場合は、編集を許可しないように MultiLine を true に、ReadOnly を true に設定します。
TextBoxまたはを使用しLabelます。プレーンテキストを表示するために設計されています。
TextBox
Label