首页 > 代码库 > C# 获取textbox行数

C# 获取textbox行数

当textbox为多行时,获取它的行数:
int count = this.txtMsgInfo.Lines.GetUpperBound(0);