C# Class ps2ls.Forms.Controls.CustomListBox

Inheritance: System.Windows.Forms.ListBox
Mostrar archivo Open project: psemu/ps2ls

Public Methods

Method Description
CustomListBox ( ) : System
PopulateBox ( string searchText ) : void

Private Methods

Method Description
CustomListBox_DrawItem ( object sender, DrawItemEventArgs e ) : void

Method Details

CustomListBox() public method

public CustomListBox ( ) : System
return System

PopulateBox() public method

public PopulateBox ( string searchText ) : void
searchText string
return void