Silverlight中textbox获取焦点

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

  this.textBox2.Focus();
}

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