C# Class SRNicoNico.ViewModels.WebViewViewModel

Inheritance: TabItemViewModel
Afficher le fichier Open project: mrtska/SRNicoNico Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddTab ( ) : void
Résultat void

AddTab() public méthode

public AddTab ( string url, bool forceWebView = false ) : void
url string
forceWebView bool
Résultat void

Home() public méthode

public Home ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

KeyDown() public méthode

public KeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void

NextTab() public méthode

public NextTab ( ) : void
Résultat void

PrevTab() public méthode

public PrevTab ( ) : void
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

RemoveTab() public méthode

public RemoveTab ( WebViewContentViewModel vm ) : void
vm WebViewContentViewModel
Résultat void

WebViewViewModel() public méthode

public WebViewViewModel ( ) : System
Résultat System