C# Class OdessaGUIProject.UI_Controls.RawVideoThumbnailControl

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: noahsw/highlight-hunter Class Usage Examples

Private Properties

Property Type Description
InitializeComponent void
RawVideoThumbnailControl System
RawVideoThumbnailControl_MouseEnter void
RawVideoThumbnailControl_MouseLeave void
RawVideoThumbnailControl_Paint void
removePicture_Click void
thumbnailBox_MouseEnter void
thumbnailBox_MouseLeave void
thumbnailQueueItem_ThumbnailGenerated void

Public Methods

Method Description
UpdateTitle ( string title ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnMouseLeave ( EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

RawVideoThumbnailControl ( ) : System
RawVideoThumbnailControl_MouseEnter ( object sender, EventArgs e ) : void
RawVideoThumbnailControl_MouseLeave ( object sender, EventArgs e ) : void
RawVideoThumbnailControl_Paint ( object sender, PaintEventArgs e ) : void
removePicture_Click ( object sender, EventArgs e ) : void
thumbnailBox_MouseEnter ( object sender, EventArgs e ) : void
thumbnailBox_MouseLeave ( object sender, EventArgs e ) : void
thumbnailQueueItem_ThumbnailGenerated ( object sender, Image thumbnail ) : 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

OnMouseLeave() protected method

protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
return void

UpdateTitle() public method

public UpdateTitle ( string title ) : void
title string
return void