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

Inheritance: System.Windows.Forms.ListBox
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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

Méthode Description
WmPaint ( Message &m ) : void

Method Details

Dispose() protected méthode

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.
Résultat void

InternalListBox() public méthode

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

OnLayout() protected méthode

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

OnTrackMouseEnter() protected méthode

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

OnTrackMouseLeave() protected méthode

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

Recreate() public méthode

Recreate the window handle.
public Recreate ( ) : void
Résultat void

RefreshItemSizes() public méthode

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

WndProc() protected méthode

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