C# Class TpTrayUtility.Components.TpList

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: TargetProcess/Tp.TrayUtility

Méthodes publiques

Méthode Description
Add ( TpItem item ) : void
Filter ( string p ) : void
GetAt ( int index ) : TpItem
ReCalculate ( ) : void
Reset ( ) : void
Sort ( Comparison comparison ) : void
TpList ( ) : System
UnselectAll ( ) : void

Méthodes protégées

Méthode Description
IsInputKey ( Keys keyData ) : bool
OnKeyDown ( KeyEventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void

Private Methods

Méthode Description
Clear ( ) : void
Filter ( TpItem item ) : bool
Find ( Compare function ) : TpItem
Find ( object data ) : TpItem
item_ItemClicked ( object sender, EventArgs e ) : void
scrollBar_ValueChanged ( object sender, EventArgs e ) : void

Method Details

Add() public méthode

public Add ( TpItem item ) : void
item TpItem
Résultat void

Filter() public méthode

public Filter ( string p ) : void
p string
Résultat void

GetAt() public méthode

public GetAt ( int index ) : TpItem
index int
Résultat TpItem

IsInputKey() protected méthode

protected IsInputKey ( Keys keyData ) : bool
keyData Keys
Résultat bool

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnMouseWheel() protected méthode

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

ReCalculate() public méthode

public ReCalculate ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Sort() public méthode

public Sort ( Comparison comparison ) : void
comparison Comparison
Résultat void

TpList() public méthode

public TpList ( ) : System
Résultat System

UnselectAll() public méthode

public UnselectAll ( ) : void
Résultat void