C# Class BridgeTry.MainWindow

Inheritance: WebMarco.Frontend.PlatformImplemented.Win.MainWindow
Show file Open project: vhnatyk/WebMarco.2.0

Public Methods

Method Description
EvaluateScript ( string script ) : object
ExecuteScript ( string script ) : void
MainWindow ( ) : System
MainWindow ( Rectangle frame ) : System
MakeKeyAndVisible ( ) : void

Protected Methods

Method Description
InitializeComponent ( ) : void
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
ExitMenuItemClick ( object sender, EventArgs e ) : void
LoadUrl ( string url ) : void
OnBrowserAddressChanged ( object sender, CefSharp.AddressChangedEventArgs args ) : void
OnBrowserConsoleMessage ( object sender, CefSharp.ConsoleMessageEventArgs args ) : void
OnBrowserNavStateChanged ( object sender, CefSharp.NavStateChangedEventArgs args ) : void
OnBrowserStatusMessage ( object sender, StatusMessageEventArgs args ) : void
OnBrowserTitleChanged ( object sender, CefSharp.TitleChangedEventArgs args ) : void

Method Details

EvaluateScript() public method

public EvaluateScript ( string script ) : object
script string
return object

ExecuteScript() public method

public ExecuteScript ( string script ) : void
script string
return void

InitializeComponent() protected method

protected InitializeComponent ( ) : void
return void

MainWindow() public method

public MainWindow ( ) : System
return System

MainWindow() public method

public MainWindow ( Rectangle frame ) : System
frame Rectangle
return System

MakeKeyAndVisible() public method

public MakeKeyAndVisible ( ) : void
return void

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void