BExplorer.Shell.ShellView.ShellView_GotFocus C# (CSharp) Méthode

ShellView_GotFocus() private méthode

private ShellView_GotFocus ( ) : void
Résultat void
    private void ShellView_GotFocus() {
      this.Focus();
      User32.SetForegroundWindow(this.LVHandle);
    }
ShellView