Which passwordchar shows a black dot (•) in a winforms textbox?

后端 未结 6 1474
借酒劲吻你
借酒劲吻你 2020-12-24 10:19

Short question here:

In .Net 4.0 Winforms, how do I use the PasswordChar property of a Textbox to show a common bl

6条回答
  •  爱一瞬间的悲伤
    2020-12-24 10:37

    Use the Unicode Character 'BLACK CIRCLE' (U+25CF) http://www.fileformat.info/info/unicode/char/25CF/index.htm

    To cut and paste: ●

提交回复
热议问题