메소드 | 설명 | |
---|---|---|
Initialize ( IComponent component ) : void |
Initializes the designer with the specified component.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases all resources used by the 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.
|
메소드 | 설명 | |
---|---|---|
OnBreadCrumbDoubleClick ( object sender, Point pt ) : void | ||
OnBreadCrumbMouseUp ( object sender, MouseEventArgs e ) : void | ||
OnComponentRemoving ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
리턴 | void |
protected GetHitTest ( Point point ) : bool | ||
point | Point | A Point indicating the position at which the mouse was clicked, in screen coordinates. |
리턴 | bool |
public Initialize ( IComponent component ) : void | ||
component | IComponent | The IComponent to associate the designer with. |
리턴 | void |