C# Class OpenTween.TweetThumbnail

Inheritance: System.Windows.Forms.UserControl
Show file Open project: opentween/OpenTween Class Usage Examples

Protected Properties

Property Type Description
panelPictureBox System.Windows.Forms.Panel
scrollBar System.Windows.Forms.VScrollBar
toolTip System.Windows.Forms.ToolTip

Protected Methods

Method Description
Dispose ( bool disposing ) : void

使用中のリソースをすべてクリーンアップします。

Private Methods

Method Description
InitializeComponent ( ) : void

デザイナー サポートに必要なメソッドです。このメソッドの内容を コード エディターで変更しないでください。

Method Details

Dispose() protected method

使用中のリソースをすべてクリーンアップします。
protected Dispose ( bool disposing ) : void
disposing bool マネージ リソースが破棄される場合 true、破棄されない場合は false です。
return void

Property Details

panelPictureBox protected property

protected System.Windows.Forms.Panel panelPictureBox
return System.Windows.Forms.Panel

scrollBar protected property

protected System.Windows.Forms.VScrollBar scrollBar
return System.Windows.Forms.VScrollBar

toolTip protected property

protected System.Windows.Forms.ToolTip toolTip
return System.Windows.Forms.ToolTip