C# Class CefSharp.Wpf.Example.MainWindow

Inheritance: System.Windows.Window
Show file Open project: cefsharp/CefSharp

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
CloseTab ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
CreateNewTab ( string url = DefaultUrlForAddedTabs, bool showSideBar = false ) : void
CustomCommandBinding ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
Exit ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
MainWindowLoaded ( object sender, RoutedEventArgs e ) : void
OpenNewTab ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
OpenTabCommandBinding ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
PrintToPdfCommandBinding ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System