C# 클래스 ComponentFactory.Krypton.Docking.ObscureControl

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

보호된 메소드들

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

Raises the Paint event.

OnPaintBackground ( PaintEventArgs e ) : void

Raises the PaintBackground event.

메소드 상세

OnPaint() 보호된 메소드

Raises the Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs An PaintEventArgs containing the event data.
리턴 void

OnPaintBackground() 보호된 메소드

Raises the PaintBackground event.
protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs An PaintEventArgs containing the event data.
리턴 void