C# Class MeshExplorer.Controls.DarkListBox

Dark listbox control.
Inheritance: System.Windows.Forms.ListBox
Mostra file Open project: filipkunc/GLGraphics

Public Methods

Method Description
DarkListBox ( ) : System

Initializes a new instance of the DarkListBox control.

Protected Methods

Method Description
OnDrawItem ( DrawItemEventArgs e ) : void
OnMeasureItem ( System.Windows.Forms.MeasureItemEventArgs e ) : void

Private Methods

Method Description
ListBoxFontChanged ( object sender, EventArgs e ) : void

Method Details

DarkListBox() public method

Initializes a new instance of the DarkListBox control.
public DarkListBox ( ) : System
return System

OnDrawItem() protected method

protected OnDrawItem ( DrawItemEventArgs e ) : void
e System.Windows.Forms.DrawItemEventArgs
return void

OnMeasureItem() protected method

protected OnMeasureItem ( System.Windows.Forms.MeasureItemEventArgs e ) : void
e System.Windows.Forms.MeasureItemEventArgs
return void