C# 클래스 Rsdn.LocUtil.Pane

상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: rsdn/janus 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Pane ( ) : System

보호된 메소드들

메소드 설명
OnEnter ( EventArgs e ) : void

OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void

See Control.OnLayout

OnLeave ( EventArgs e ) : void

OnPaint ( PaintEventArgs e ) : void

메소드 상세

OnEnter() 보호된 메소드

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

OnLayout() 보호된 메소드

See Control.OnLayout
protected OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
e System.Windows.Forms.LayoutEventArgs
리턴 void

OnLeave() 보호된 메소드

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

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

Pane() 공개 메소드

public Pane ( ) : System
리턴 System