TextBox maximum amount of characters (it's not MaxLength)

前端 未结 3 1414
陌清茗
陌清茗 2020-12-16 04:14

I\'m using a System.Windows.Forms.TextBox. According to the docs, the MaxLength property controls the amount of characters enter a user can type or

3条回答
  •  鱼传尺愫
    2020-12-16 04:43

    The Text property of System.Windows.Forms.TextBox is a string, so in theory it can be the max length of a string

提交回复
热议问题