C# 클래스 MyControlLibrary.TabCtlEx

Summary description for UserControl1.
상속: System.Windows.Forms.TabControl
파일 보기 프로젝트 열기: darkwisperer/Dungeon-Master-Sheet 1 사용 예제들

공개 메소드들

메소드 설명
TabCtlEx ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDrawItem ( DrawItemEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void

비공개 메소드들

메소드 설명
CanDrawMenuButton ( int nIndex ) : bool
GetContentFromResource ( string filename ) : Stream
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnDrawItem() 보호된 메소드

protected OnDrawItem ( DrawItemEventArgs e ) : void
e System.Windows.Forms.DrawItemEventArgs
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseLeave() 보호된 메소드

protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

TabCtlEx() 공개 메소드

public TabCtlEx ( ) : System
리턴 System