C# Class CodeImp.Gluon.NotesDisplayPanel

Inheritance: DisplayPanel
Afficher le fichier Open project: DieterKoblenz/LCARS

Méthodes publiques

Méthode Description
Deselect ( ) : void
NotesDisplayPanel ( ) : System
OnHide ( ) : void
OnShow ( ) : void
RefreshMainItems ( ) : void
Select ( int index ) : void
SelectByID ( long id ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnShowFinished ( ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

addbutton_Click ( object sender, EventArgs e ) : void
downbutton_Click ( object sender, EventArgs e ) : void
maindown_MouseDown ( object sender, MouseEventArgs e ) : void
mainitem_Click ( object sender, EventArgs e ) : void
mainscroll_MouseDown ( object sender, MouseEventArgs e ) : void
mainscroll_MouseMove ( object sender, MouseEventArgs e ) : void
mainscroll_MouseUp ( object sender, MouseEventArgs e ) : void
mainup_MouseDown ( object sender, MouseEventArgs e ) : void
overviewbutton_Click ( object sender, EventArgs e ) : void
removebutton_Click ( object sender, EventArgs e ) : void
scrollbutton_MouseUp ( object sender, MouseEventArgs e ) : void
scrolltimer_Tick ( object sender, EventArgs e ) : void
textdown_MouseDown ( object sender, MouseEventArgs e ) : void
textscrolltimer_Tick ( object sender, EventArgs e ) : void
textup_MouseDown ( object sender, MouseEventArgs e ) : void
upbutton_Click ( object sender, EventArgs e ) : void
updatebutton_Click ( object sender, EventArgs e ) : void

Method Details

Deselect() public méthode

public Deselect ( ) : void
Résultat void

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

NotesDisplayPanel() public méthode

public NotesDisplayPanel ( ) : System
Résultat System

OnHide() public méthode

public OnHide ( ) : void
Résultat void

OnShow() public méthode

public OnShow ( ) : void
Résultat void

OnShowFinished() protected méthode

protected OnShowFinished ( ) : void
Résultat void

RefreshMainItems() public méthode

public RefreshMainItems ( ) : void
Résultat void

Select() public méthode

public Select ( int index ) : void
index int
Résultat void

SelectByID() public méthode

public SelectByID ( long id ) : void
id long
Résultat void