BExplorer.Shell.ShellView.ShellView_GotFocus C# (CSharp) Method

ShellView_GotFocus() private method

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