<tfoot id='jgMm0'></tfoot>

      <i id='jgMm0'><tr id='jgMm0'><dt id='jgMm0'><q id='jgMm0'><span id='jgMm0'><b id='jgMm0'><form id='jgMm0'><ins id='jgMm0'></ins><ul id='jgMm0'></ul><sub id='jgMm0'></sub></form><legend id='jgMm0'></legend><bdo id='jgMm0'><pre id='jgMm0'><center id='jgMm0'></center></pre></bdo></b><th id='jgMm0'></th></span></q></dt></tr></i><div id='jgMm0'><tfoot id='jgMm0'></tfoot><dl id='jgMm0'><fieldset id='jgMm0'></fieldset></dl></div>
        • <bdo id='jgMm0'></bdo><ul id='jgMm0'></ul>
      1. <legend id='jgMm0'><style id='jgMm0'><dir id='jgMm0'><q id='jgMm0'></q></dir></style></legend>

        <small id='jgMm0'></small><noframes id='jgMm0'>

        禁用在 TextBox 中选择文本

        时间:2023-06-10

        <small id='wpxx8'></small><noframes id='wpxx8'>

          <tbody id='wpxx8'></tbody>

          1. <tfoot id='wpxx8'></tfoot>
            • <legend id='wpxx8'><style id='wpxx8'><dir id='wpxx8'><q id='wpxx8'></q></dir></style></legend>

              • <i id='wpxx8'><tr id='wpxx8'><dt id='wpxx8'><q id='wpxx8'><span id='wpxx8'><b id='wpxx8'><form id='wpxx8'><ins id='wpxx8'></ins><ul id='wpxx8'></ul><sub id='wpxx8'></sub></form><legend id='wpxx8'></legend><bdo id='wpxx8'><pre id='wpxx8'><center id='wpxx8'></center></pre></bdo></b><th id='wpxx8'></th></span></q></dt></tr></i><div id='wpxx8'><tfoot id='wpxx8'></tfoot><dl id='wpxx8'><fieldset id='wpxx8'></fieldset></dl></div>
                  <bdo id='wpxx8'></bdo><ul id='wpxx8'></ul>
                  本文介绍了禁用在 TextBox 中选择文本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我有一个包含以下(重要)属性的文本框:

                  I have a textbox with the following (important) properties:

                  this.license.Multiline = true;
                  this.license.ReadOnly = true;
                  this.license.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
                  this.license.ShortcutsEnabled = false;
                  

                  看起来像这样:

                  如何禁止用户突出显示此文本框中的文本(我不想完全禁用该文本框)?

                  How can I disable the user to highlight text in this textbox (I do not want to disable the textbox completely)?

                  推荐答案

                  附加到 SelectionChanged 事件,并在事件内部设置 e.Handled = true;SelectionLength = 0; 这将阻止选择发生.这类似于防止按键发生.

                  Attach to the SelectionChanged event, and inside the event set e.Handled = true; and the SelectionLength = 0; and that will stop the selection from occuring. This is similar to what it takes to keep a key press from happening.

                  这篇关于禁用在 TextBox 中选择文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:在 VB.NET 中检查空的 TextBox 控件 下一篇:在不触发 TextChanged 事件的情况下更改文本框文本

                  相关文章

                • <i id='7e5lf'><tr id='7e5lf'><dt id='7e5lf'><q id='7e5lf'><span id='7e5lf'><b id='7e5lf'><form id='7e5lf'><ins id='7e5lf'></ins><ul id='7e5lf'></ul><sub id='7e5lf'></sub></form><legend id='7e5lf'></legend><bdo id='7e5lf'><pre id='7e5lf'><center id='7e5lf'></center></pre></bdo></b><th id='7e5lf'></th></span></q></dt></tr></i><div id='7e5lf'><tfoot id='7e5lf'></tfoot><dl id='7e5lf'><fieldset id='7e5lf'></fieldset></dl></div>
                  <legend id='7e5lf'><style id='7e5lf'><dir id='7e5lf'><q id='7e5lf'></q></dir></style></legend>

                    <small id='7e5lf'></small><noframes id='7e5lf'>

                      • <bdo id='7e5lf'></bdo><ul id='7e5lf'></ul>

                      <tfoot id='7e5lf'></tfoot>