C# Class NAPS2.WinForms.NotifyWidget

Afficher le fichier Open project: cyanfish/naps2 Class Usage Examples

Méthodes publiques

Méthode Description
NotifyWidget ( string title, string linkLabel, string linkTarget, string folderTarget ) : System
ShowNotify ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DoHideNotify ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

NotifyWidget_MouseEnter ( object sender, EventArgs e ) : void
NotifyWidget_MouseLeave ( object sender, EventArgs e ) : void
btnClose_Click ( object sender, EventArgs e ) : void
hideTimer_Tick ( object sender, EventArgs e ) : void
linkLabel1_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
openFolderToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

NotifyWidget() public méthode

public NotifyWidget ( string title, string linkLabel, string linkTarget, string folderTarget ) : System
title string
linkLabel string
linkTarget string
folderTarget string
Résultat System

ShowNotify() public méthode

public ShowNotify ( ) : void
Résultat void