次の(重要な)プロパティを持つテキストボックスがあります。
this.license.Multiline = true;
this.license.ReadOnly = true;
this.license.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.license.ShortcutsEnabled = false;
次のようになります。
ユーザーがこのテキスト ボックス内のテキストを強調表示できないようにするにはどうすればよいですか (テキスト ボックスを完全に無効にしたくありません)。