C# 클래스 ComponentFactory.Krypton.Toolkit.KryptonPanelDesigner

상속: System.Windows.Forms.Design.ScrollableControlDesigner
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
KryptonPanelDesigner ( ) : System

Initialize a new instance of the KryptonPanelDesigner class.

보호된 메소드들

메소드 설명
OnPaintAdornments ( PaintEventArgs pe ) : void

Receives a call when the control that the designer is managing has painted its surface so the designer can paint any additional adornments on top of the control.

비공개 메소드들

메소드 설명
DrawBorder ( Graphics graphics ) : void

메소드 상세

KryptonPanelDesigner() 공개 메소드

Initialize a new instance of the KryptonPanelDesigner class.
public KryptonPanelDesigner ( ) : System
리턴 System

OnPaintAdornments() 보호된 메소드

Receives a call when the control that the designer is managing has painted its surface so the designer can paint any additional adornments on top of the control.
protected OnPaintAdornments ( PaintEventArgs pe ) : void
pe PaintEventArgs A PaintEventArgs the designer can use to draw on the control.
리턴 void