C# Class ComponentFactory.Krypton.Toolkit.KryptonListBox.InternalListBox

Inheritance: System.Windows.Forms.ListBox
Show file Open project: ComponentFactory/Krypton

Public Methods

Method Description
InternalListBox ( KryptonListBox kryptonListBox ) : System

Initialize a new instance of the InternalListBox class.

Recreate ( ) : void

Recreate the window handle.

RefreshItemSizes ( ) : void

Force the remeasure of items so they are sized correctly.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Releases all resources used by the Control.

OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void

Raises the Layout event.

OnTrackMouseEnter ( EventArgs e ) : void

Raises the TrackMouseEnter event.

OnTrackMouseLeave ( EventArgs e ) : void

Raises the TrackMouseLeave event.

WndProc ( Message &m ) : void

Process Windows-based messages.

Private Methods

Method Description
WmPaint ( Message &m ) : void

Method Details

Dispose() protected method

Releases all resources used by the Control.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
return void

InternalListBox() public method

Initialize a new instance of the InternalListBox class.
public InternalListBox ( KryptonListBox kryptonListBox ) : System
kryptonListBox KryptonListBox Reference to owning control.
return System

OnLayout() protected method

Raises the Layout event.
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs A LayoutEventArgs containing the event data.
return void

OnTrackMouseEnter() protected method

Raises the TrackMouseEnter event.
protected OnTrackMouseEnter ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
return void

OnTrackMouseLeave() protected method

Raises the TrackMouseLeave event.
protected OnTrackMouseLeave ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
return void

Recreate() public method

Recreate the window handle.
public Recreate ( ) : void
return void

RefreshItemSizes() public method

Force the remeasure of items so they are sized correctly.
public RefreshItemSizes ( ) : void
return void

WndProc() protected method

Process Windows-based messages.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message A Windows-based message.
return void