C# 클래스 ComponentFactory.Krypton.Toolkit.KryptonTreeView.InternalTreeView

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

공개 메소드들

메소드 설명
InternalTreeView ( KryptonTreeView kryptonTreeView ) : System

Initialize a new instance of the InternalTreeView class.

Recreate ( ) : void

Recreate the window handle.

ResetIndent ( ) : void

보호된 메소드들

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

InternalTreeView() 공개 메소드

Initialize a new instance of the InternalTreeView class.
public InternalTreeView ( KryptonTreeView kryptonTreeView ) : System
kryptonTreeView KryptonTreeView 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

ResetIndent() 공개 메소드

public ResetIndent ( ) : void
리턴 void

WndProc() 보호된 메소드

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