C# Класс ComponentFactory.Krypton.Toolkit.KryptonListBox.InternalListBox

Наследование: System.Windows.Forms.ListBox
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
WmPaint ( Message &m ) : void

Описание методов

Dispose() защищенный Метод

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.
Результат void

InternalListBox() публичный Метод

Initialize a new instance of the InternalListBox class.
public InternalListBox ( KryptonListBox kryptonListBox ) : System
kryptonListBox KryptonListBox Reference to owning control.
Результат System

OnLayout() защищенный Метод

Raises the Layout event.
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs A LayoutEventArgs containing the event data.
Результат void

OnTrackMouseEnter() защищенный Метод

Raises the TrackMouseEnter event.
protected OnTrackMouseEnter ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Результат void

OnTrackMouseLeave() защищенный Метод

Raises the TrackMouseLeave event.
protected OnTrackMouseLeave ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Результат void

Recreate() публичный Метод

Recreate the window handle.
public Recreate ( ) : void
Результат void

RefreshItemSizes() публичный Метод

Force the remeasure of items so they are sized correctly.
public RefreshItemSizes ( ) : void
Результат void

WndProc() защищенный Метод

Process Windows-based messages.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message A Windows-based message.
Результат void