C# Class OdessaGUIProject.UI_Controls.BreadcrumbsControl

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

Méthodes publiques

Méthode Description
BreadcrumbsControl ( ) : System
SwitchToReview ( ) : void
SwitchToScan ( ) : void
SwitchToSelect ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BreadcrumbsControl_Load ( object sender, EventArgs e ) : void
BreadcrumbsControl_Resize ( object sender, EventArgs e ) : void
DisableReview ( ) : void
InitializeComponent ( ) : void

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

reviewLabelButton_Click ( object sender, EventArgs e ) : void
scanLabelButton_Click ( object sender, EventArgs e ) : void
selectVideosLabelButton_Click ( object sender, EventArgs e ) : void

Method Details

BreadcrumbsControl() public méthode

public BreadcrumbsControl ( ) : System
Résultat System

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

SwitchToReview() public méthode

public SwitchToReview ( ) : void
Résultat void

SwitchToScan() public méthode

public SwitchToScan ( ) : void
Résultat void

SwitchToSelect() public méthode

public SwitchToSelect ( ) : void
Résultat void