C# Class ZForge.Controls.RSS.ToolStripRSSLabel

Datei anzeigen Open project: zhuangyy/Motion

Public Methods

Method Description
Run ( ) : void
ToolStripRSSLabel ( ) : System
ToolStripRSSLabel ( string txt, string link ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Construct ( string txt, string link ) : void
DirectUpdateUI ( RSSItem item ) : void
InitializeComponent ( ) : void

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

Loop ( ) : void
ToolStripRSSLabel_Click ( object sender, EventArgs e ) : void
UpdateItemCollection ( ) : bool
UpdateUI ( RSSItem item ) : 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

Run() public method

public Run ( ) : void
return void

ToolStripRSSLabel() public method

public ToolStripRSSLabel ( ) : System
return System

ToolStripRSSLabel() public method

public ToolStripRSSLabel ( string txt, string link ) : System
txt string
link string
return System