Method | Description | |
---|---|---|
NotifyWidget ( string title, string linkLabel, string linkTarget, string folderTarget ) : System | ||
ShowNotify ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | 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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public NotifyWidget ( string title, string linkLabel, string linkTarget, string folderTarget ) : System | ||
title | string | |
linkLabel | string | |
linkTarget | string | |
folderTarget | string | |
return | System |