C# Class NAPS2.WinForms.NotifyWidget

Mostrar archivo Open project: cyanfish/naps2 Class Usage Examples

Public Methods

Method Description
NotifyWidget ( string title, string linkLabel, string linkTarget, string folderTarget ) : System
ShowNotify ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

Dispose() protected method

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

NotifyWidget() public method

public NotifyWidget ( string title, string linkLabel, string linkTarget, string folderTarget ) : System
title string
linkLabel string
linkTarget string
folderTarget string
return System

ShowNotify() public method

public ShowNotify ( ) : void
return void