C# 클래스 Hawkeye.UI.HawkeyePanel

Specialized panel with a border drawn on three sides (top, left and right)
상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: odalet/Hawkeye2

공개 메소드들

메소드 설명
HawkeyePanel ( ) : System.Drawing

Initializes a new instance of the HawkeyePanel class.

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void

Raises the E:System.Windows.Forms.Control.Paint event.

메소드 상세

HawkeyePanel() 공개 메소드

Initializes a new instance of the HawkeyePanel class.
public HawkeyePanel ( ) : System.Drawing
리턴 System.Drawing

OnPaint() 보호된 메소드

Raises the E:System.Windows.Forms.Control.Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs A that contains the event data.
리턴 void