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

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

Private Properties

프로퍼티 타입 설명
GetViewManager ViewManager
PaintTransparentBackground void

공개 메소드들

메소드 설명
UpdateParent ( Control parent ) : void

Gets and sets the root control for point translation and message dispatch.

ViewControl ( VisualControl rootControl ) : System

Initialize a new instance of the ViewControl class.

보호된 메소드들

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

Raises the DoubleClick event.

OnKeyDown ( KeyEventArgs e ) : void

Raises the KeyDown event.

OnKeyPress ( KeyPressEventArgs e ) : void

Raises the KeyPress event.

OnKeyUp ( KeyEventArgs e ) : void

Raises the KeyUp event.

OnMouseDown ( MouseEventArgs e ) : void

Raises the MouseDown event.

OnMouseLeave ( EventArgs e ) : void

Raises the MouseLeave event.

OnMouseMove ( MouseEventArgs e ) : void

Raises the MouseMove event.

OnMouseUp ( MouseEventArgs e ) : void

Raises the MouseUp event.

OnNeedPaint ( object sender, NeedLayoutEventArgs e ) : void

Processes a notification from palette storage of a paint and optional layout required.

OnPaint ( PaintEventArgs e ) : void

Raises the Paint event.

OnWndProcHitTest ( ViewControlHitTestArgs e ) : void

Raises the WndProcHitTest event.

WndProc ( Message &m ) : void

Process Windows-based messages.

비공개 메소드들

메소드 설명
GetViewManager ( ) : ViewManager
PaintTransparentBackground ( PaintEventArgs e ) : void

메소드 상세

OnDoubleClick() 보호된 메소드

Raises the DoubleClick event.
protected OnDoubleClick ( EventArgs e ) : void
e System.EventArgs A KeyEventArgs that contains the event data.
리턴 void

OnKeyDown() 보호된 메소드

Raises the KeyDown event.
protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs A KeyEventArgs that contains the event data.
리턴 void

OnKeyPress() 보호된 메소드

Raises the KeyPress event.
protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs A KeyPressEventArgs that contains the event data.
리턴 void

OnKeyUp() 보호된 메소드

Raises the KeyUp event.
protected OnKeyUp ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs A KeyEventArgs that contains the event data.
리턴 void

OnMouseDown() 보호된 메소드

Raises the MouseDown event.
protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs A MouseEventArgs that contains the event data.
리턴 void

OnMouseLeave() 보호된 메소드

Raises the MouseLeave event.
protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
리턴 void

OnMouseMove() 보호된 메소드

Raises the MouseMove event.
protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs A MouseEventArgs that contains the event data.
리턴 void

OnMouseUp() 보호된 메소드

Raises the MouseUp event.
protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs A MouseEventArgs that contains the event data.
리턴 void

OnNeedPaint() 보호된 메소드

Processes a notification from palette storage of a paint and optional layout required.
protected OnNeedPaint ( object sender, NeedLayoutEventArgs e ) : void
sender object Source of notification.
e NeedLayoutEventArgs An NeedLayoutEventArgs containing event data.
리턴 void

OnPaint() 보호된 메소드

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

OnWndProcHitTest() 보호된 메소드

Raises the WndProcHitTest event.
protected OnWndProcHitTest ( ViewControlHitTestArgs e ) : void
e ViewControlHitTestArgs A ViewControlHitTestArgs containing the event data.
리턴 void

UpdateParent() 공개 메소드

Gets and sets the root control for point translation and message dispatch.
public UpdateParent ( Control parent ) : void
parent System.Windows.Forms.Control Parent control.
리턴 void

ViewControl() 공개 메소드

Initialize a new instance of the ViewControl class.
public ViewControl ( VisualControl rootControl ) : System
rootControl VisualControl Top level visual control.
리턴 System

WndProc() 보호된 메소드

Process Windows-based messages.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message A Windows-based message.
리턴 void