Méthode | Description | |
---|---|---|
Initialize ( IComponent component ) : void |
Initializes the designer with the specified component.
|
Méthode | Description | |
---|---|---|
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.
|
Méthode | Description | |
---|---|---|
OnComponentRemoving ( object sender, |
||
OnDomainUpDownDoubleClick ( object sender, Point pt ) : void | ||
OnDomainUpDownMouseUp ( object sender, MouseEventArgs e ) : void |
protected GetHitTest ( Point point ) : bool | ||
point | Point | A Point indicating the position at which the mouse was clicked, in screen coordinates. |
Résultat | bool |
public Initialize ( IComponent component ) : void | ||
component | IComponent | The IComponent to associate the designer with. |
Résultat | void |