How to remove the default context menu of a TextBox Control? C#

后端 未结 3 582
感动是毒
感动是毒 2021-02-04 08:36

How to remove the default context menu of a TextBox Control?

\"alt

Is there a propert

3条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-04 09:11

    Try setting the ContextMenu property of the TextBox to a dummy, empty ContextMenu instance.

提交回复
热议问题