Метод | Описание | |
---|---|---|
OpenTabCommandParameters ( System.Windows.Controls.UserControl control, string title, string brush ) : System.Windows.Controls | ||
OpenTabCommandParameters ( System.Windows.Controls.UserControl control, string url, string title, string brush ) : System.Windows.Controls | ||
OpenTabCommandParameters ( string url, string title, string brush ) : System.Windows.Controls |
public OpenTabCommandParameters ( System.Windows.Controls.UserControl control, string title, string brush ) : System.Windows.Controls | ||
control | System.Windows.Controls.UserControl | |
title | string | |
brush | string | |
Результат | System.Windows.Controls |
public OpenTabCommandParameters ( System.Windows.Controls.UserControl control, string url, string title, string brush ) : System.Windows.Controls | ||
control | System.Windows.Controls.UserControl | |
url | string | |
title | string | |
brush | string | |
Результат | System.Windows.Controls |
public OpenTabCommandParameters ( string url, string title, string brush ) : System.Windows.Controls | ||
url | string | |
title | string | |
brush | string | |
Результат | System.Windows.Controls |