Silverlight中textbox获取焦点

void MainPage_Loaded(object sender, RoutedEventArgs e)
{
  HtmlPage.Plugin.Focus();

  this.textBox2.Focus();
}

posted @ 2012-08-01 15:59  要等闲阿  阅读(103)  评论(0编辑  收藏  举报