Свойство | Type | Description | |
---|---|---|---|
NGCommentInstance |
Méthode | Description | |
---|---|---|
AddTab ( |
||
AddTabAndSetCurrent ( |
||
AddWebViewTab ( string url, bool forceWebView ) : void | ||
Closing ( ) : void | ||
Initialize ( ) : void | ||
KeyDown ( System.Windows.Input.KeyEventArgs e ) : void | ||
LogedInInit ( ) : void | ||
MainWindowViewModel ( ) : System | ||
NoClose ( ) : void | ||
RemoveTab ( |
||
RemoveTabAndLastSet ( |
||
ReplaceTab ( |
||
ReplaceTabAndSetCurrent ( |
||
SearchText ( SearchType type, string text ) : void | ||
SetCurrent ( |
||
YesClose ( ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public AddTab ( |
||
vm | ||
Résultat | void |
public AddTabAndSetCurrent ( |
||
vm | ||
Résultat | void |
public AddWebViewTab ( string url, bool forceWebView ) : void | ||
url | string | |
forceWebView | bool | |
Résultat | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public KeyDown ( System.Windows.Input.KeyEventArgs e ) : void | ||
e | System.Windows.Input.KeyEventArgs | |
Résultat | void |
public RemoveTab ( |
||
vm | ||
Résultat | void |
public RemoveTabAndLastSet ( |
||
vm | ||
Résultat | void |
public ReplaceTab ( |
||
old | ||
current | ||
Résultat | void |
public ReplaceTabAndSetCurrent ( |
||
old | ||
current | ||
Résultat | void |
public SearchText ( SearchType type, string text ) : void | ||
type | SearchType | |
text | string | |
Résultat | void |
public SetCurrent ( |
||
vm | ||
Résultat | void |