C# Class WebExpress.Downloads

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: Sential/WebExpress-beta Class Usage Examples

Méthodes publiques

Свойство Type Description
ItemHeight int
Items List
ItemsCount int
MarginTop int

Méthodes publiques

Méthode Description
AddDownload ( string url, string filepath, string filename ) : void
Downloads ( ) : System
RefreshDownloads ( ) : void
RemoveDownload ( DownloadItem di ) : void

Private Methods

Méthode Description
button_Click ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

AddDownload() public méthode

public AddDownload ( string url, string filepath, string filename ) : void
url string
filepath string
filename string
Résultat void

Downloads() public méthode

public Downloads ( ) : System
Résultat System

RefreshDownloads() public méthode

public RefreshDownloads ( ) : void
Résultat void

RemoveDownload() public méthode

public RemoveDownload ( DownloadItem di ) : void
di DownloadItem
Résultat void

Property Details

ItemHeight public_oe property

public int ItemHeight
Résultat int

Items public_oe property

public List Items
Résultat List

ItemsCount public_oe property

public int ItemsCount
Résultat int

MarginTop public_oe property

public int MarginTop
Résultat int