C# Class WebExpress.OpenTabCommandParameters

Mostra file Open project: Sential/WebExpress-beta Class Usage Examples

Public Methods

Method Description
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

Method Details

OpenTabCommandParameters() public method

public OpenTabCommandParameters ( System.Windows.Controls.UserControl control, string title, string brush ) : System.Windows.Controls
control System.Windows.Controls.UserControl
title string
brush string
return System.Windows.Controls

OpenTabCommandParameters() public method

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
return System.Windows.Controls

OpenTabCommandParameters() public method

public OpenTabCommandParameters ( string url, string title, string brush ) : System.Windows.Controls
url string
title string
brush string
return System.Windows.Controls