コード例 #1
0
ファイル: TextureBrowser.cs プロジェクト: NCC-Lykos/Chisel
 protected override void OnLoad(EventArgs e)
 {
     FilterTextbox.SelectAll();
     base.OnLoad(e);
 }
コード例 #2
0
 private void FocusFilterTextboxCommandBinding_OnExecuted(object sender, ExecutedRoutedEventArgs e)
 {
     FilterTextbox.Focus();
 }