C# 클래스 ComponentFactory.Krypton.Navigator.DropSolidWindow

Draws a semi-transparent window to indicate a drop rectangle.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
DropSolidWindow ( IPaletteDragDrop paletteDragDrop, IRenderer renderer ) : System

Initialize a new instance of the DropSolidWindow class.

ShowWithoutActivate ( ) : void

Show the window without taking activation.

보호된 메소드들

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

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

Raises the Paint event.

WndProc ( Message &m ) : void

Processes Windows messages.

메소드 상세

Dispose() 보호된 메소드

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

DropSolidWindow() 공개 메소드

Initialize a new instance of the DropSolidWindow class.
public DropSolidWindow ( IPaletteDragDrop paletteDragDrop, IRenderer renderer ) : System
paletteDragDrop IPaletteDragDrop Drawing palette.
renderer IRenderer Drawing renderer.
리턴 System

OnPaint() 보호된 메소드

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

ShowWithoutActivate() 공개 메소드

Show the window without taking activation.
public ShowWithoutActivate ( ) : void
리턴 void

WndProc() 보호된 메소드

Processes Windows messages.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message The Windows Message to process.
리턴 void