C# Class TpTrayUtility.Components.TpDropDown

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

Méthodes publiques

Méthode Description
Add ( TpItem item ) : void
SelectItem ( Compare function ) : void
SelectItem ( Object data ) : void
SelectItem ( Object data, bool supress ) : void
SelectItem ( TpItem item, bool supress ) : void
Sort ( Comparison comparison ) : void
TpDropDown ( ) : System

Méthodes protégées

Méthode Description
OnMouseDown ( MouseEventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void

Private Methods

Méthode Description
Clear ( ) : void
Find ( Compare function ) : TpItem
Find ( Object data ) : TpItem
HideList ( ) : void
ReCalculate ( ) : void
ShowList ( ) : void
innerList_ItemSelected ( object sender, EventArgs e ) : void
innerList_KeyPress ( object sender, KeyPressEventArgs e ) : void
mouseHook_MouseClick ( object sender, MouseEventArgs e ) : void

Method Details

Add() public méthode

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

OnMouseDown() protected méthode

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

OnMouseEnter() protected méthode

protected OnMouseEnter ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseUp() protected méthode

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

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

SelectItem() public méthode

public SelectItem ( Compare function ) : void
function Compare
Résultat void

SelectItem() public méthode

public SelectItem ( Object data ) : void
data Object
Résultat void

SelectItem() public méthode

public SelectItem ( Object data, bool supress ) : void
data Object
supress bool
Résultat void

SelectItem() public méthode

public SelectItem ( TpItem item, bool supress ) : void
item TpItem
supress bool
Résultat void

Sort() public méthode

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

TpDropDown() public méthode

public TpDropDown ( ) : System
Résultat System