C# Class OdessaGUIProject.UI_Controls.PictureButtonControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: noahsw/highlight-hunter

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
PictureButtonControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

PictureButtonControl() public méthode

public PictureButtonControl ( ) : System
Résultat System