Google [站内搜索]

预览模式: 普通 | 列表

WinForm移动光标到TextBox文本末尾

private void txtAmount_TextChanged(object sender, EventArgs e)
{
    TextBox box = sender as TextBox;
    if (box != null)
    {

查看更多...

分类:Win编程 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 3223