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

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

공개 메소드들

메소드 설명
Initialize ( IComponent component ) : void

Initializes the designer with the specified component.

보호된 메소드들

메소드 설명
GetHitTest ( Point point ) : bool

Indicates whether a mouse click at the specified point should be handled by the control.

OnMouseLeave ( ) : void

Receives a call when the mouse leaves the control.

비공개 메소드들

메소드 설명
OnComponentRemoving ( object sender, ComponentEventArgs e ) : void
OnNumericUpDownDoubleClick ( object sender, Point pt ) : void
OnNumericUpDownMouseUp ( object sender, MouseEventArgs e ) : void

메소드 상세

GetHitTest() 보호된 메소드

Indicates whether a mouse click at the specified point should be handled by the control.
protected GetHitTest ( Point point ) : bool
point Point A Point indicating the position at which the mouse was clicked, in screen coordinates.
리턴 bool

Initialize() 공개 메소드

Initializes the designer with the specified component.
public Initialize ( IComponent component ) : void
component IComponent The IComponent to associate the designer with.
리턴 void

OnMouseLeave() 보호된 메소드

Receives a call when the mouse leaves the control.
protected OnMouseLeave ( ) : void
리턴 void