C# 클래스 ComponentFactory.Krypton.Toolkit.KryptonListBox.InternalListBox

상속: System.Windows.Forms.ListBox
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
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