C# Class Netdev.Windows.Forms.ListBox

Inheritance: System.Windows.Forms.ListBox
Afficher le fichier Open project: nguyenq/VietOCR3.NET

Méthodes publiques

Méthode Description
DisableItem ( int index ) : void
EnableItem ( int index ) : void
ListBox ( ) : System
SetSelected ( int index, bool value ) : void

Méthodes protégées

Méthode Description
OnDisabledItemSelected ( object sender, IndexEventArgs e ) : void
OnDrawItem ( System e ) : void
OnFontChanged ( EventArgs e ) : void
OnResize ( EventArgs e ) : void
OnSelectedIndexChanged ( EventArgs e ) : void

Private Methods

Méthode Description
GetPreferredHeight ( ) : int

Method Details

DisableItem() public méthode

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

EnableItem() public méthode

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

ListBox() public méthode

public ListBox ( ) : System
Résultat System

OnDisabledItemSelected() protected méthode

protected OnDisabledItemSelected ( object sender, IndexEventArgs e ) : void
sender object
e IndexEventArgs
Résultat void

OnDrawItem() protected méthode

protected OnDrawItem ( System e ) : void
e System
Résultat void

OnFontChanged() protected méthode

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

OnResize() protected méthode

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

OnSelectedIndexChanged() protected méthode

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

SetSelected() public méthode

public SetSelected ( int index, bool value ) : void
index int
value bool
Résultat void