C# Class OdessaGUIProject.UI_Controls.PictureButtonControl

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

Private Properties

Property Type Description
InitializeComponent void
PictureButtonControl_Load void
mainPictureBox_Click void
mainPictureBox_MouseDown void
mainPictureBox_MouseEnter void
mainPictureBox_MouseHover void
mainPictureBox_MouseLeave void
mainPictureBox_MouseUp void

Public Methods

Method Description
PictureButtonControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

PictureButtonControl_Load ( object sender, EventArgs e ) : void
mainPictureBox_Click ( object sender, EventArgs e ) : void
mainPictureBox_MouseDown ( object sender, MouseEventArgs e ) : void
mainPictureBox_MouseEnter ( object sender, EventArgs e ) : void
mainPictureBox_MouseHover ( object sender, EventArgs e ) : void
mainPictureBox_MouseLeave ( object sender, EventArgs e ) : void
mainPictureBox_MouseUp ( object sender, MouseEventArgs 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

PictureButtonControl() public method

public PictureButtonControl ( ) : System
return System