C# Class SRNicoNico.ViewModels.WebViewViewModel

Inheritance: TabItemViewModel
Exibir arquivo Open project: mrtska/SRNicoNico Class Usage Examples

Public Methods

Method Description
AddTab ( ) : void
AddTab ( string url, bool forceWebView = false ) : void
Home ( ) : void
Initialize ( ) : void
KeyDown ( System.Windows.Input.KeyEventArgs e ) : void
NextTab ( ) : void
PrevTab ( ) : void
Refresh ( ) : void
RemoveTab ( WebViewContentViewModel vm ) : void
WebViewViewModel ( ) : System

Method Details

AddTab() public method

public AddTab ( ) : void
return void

AddTab() public method

public AddTab ( string url, bool forceWebView = false ) : void
url string
forceWebView bool
return void

Home() public method

public Home ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void

KeyDown() public method

public KeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

NextTab() public method

public NextTab ( ) : void
return void

PrevTab() public method

public PrevTab ( ) : void
return void

Refresh() public method

public Refresh ( ) : void
return void

RemoveTab() public method

public RemoveTab ( WebViewContentViewModel vm ) : void
vm WebViewContentViewModel
return void

WebViewViewModel() public method

public WebViewViewModel ( ) : System
return System