<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 中选择文本

        Disable selecting text in a TextBox(禁用在 TextBox 中选择文本)

        <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 中选择文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  How to keep the Text of a Read only TextBox after PostBack()?(PostBack()之后如何保留只读文本框的文本?)
                  Winforms Textbox - Using Ctrl-Backspace to Delete Whole Word(Winforms 文本框 - 使用 Ctrl-Backspace 删除整个单词)
                  C# - Add button click events using code(C# - 使用代码添加按钮单击事件)
                  Multi-color TextBox C#(多色文本框 C#)
                  How can i set the caret position to a specific index in passwordbox in WPF(如何将插入符号位置设置为 WPF 密码框中的特定索引)
                  C# Numeric Only TextBox Control(C# 纯数字文本框控件)
                    <tbody id='7e5lf'></tbody>

                • <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>