C# Class Alsing.Windows.Forms.BaseListBoxControl

Inheritance: System.Windows.Forms.ListBox
Show file Open project: vchelaru/FlatRedBall

Private Properties

Property Type Description
RenderBorder void

Public Methods

Method Description
BaseListBoxControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnEnter ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
RenderBorder ( ) : void

Method Details

BaseListBoxControl() public method

public BaseListBoxControl ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

OnEnter() protected method

protected OnEnter ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void