Method | Description | |
---|---|---|
DoubleClick ( ViewBase targetElement, Point pt ) : void |
Left mouse button double click.
|
|
MouseDown ( ViewBase targetElement, |
Mouse button has been pressed in the view.
|
|
MouseEnter ( ViewBase targetElement, |
Mouse has entered the view.
|
|
MouseLeave ( ViewBase targetElement, |
Mouse has left the view.
|
|
MouseMove ( ViewBase targetElement, |
Mouse has moved inside the view.
|
|
MouseUp ( ViewBase targetElement, |
Mouse button has been released in the view.
|
|
ToolTipManager ( ) : System |
Initialize a new instance of the TooltipManager class.
|
Method | Description | |
---|---|---|
OnCancelToolTip ( ) : void |
Raises the CancelTooltip event.
|
|
OnShowToolTip ( |
Raises the ShowTooltip event.
|
Method | Description | |
---|---|---|
OnStartTimerTick ( object sender, |
||
OnStopTimerTick ( object sender, |
public DoubleClick ( ViewBase targetElement, Point pt ) : void | ||
targetElement | ViewBase | Target element for the mouse message. |
pt | Point | Mouse position relative to control. |
return | void |
public MouseDown ( ViewBase targetElement, |
||
targetElement | ViewBase | Target element for the mouse message. |
c | Reference to the source control instance. | |
pt | Point | Mouse position relative to control. |
button | MouseButtons | Mouse button pressed down. |
return | void |
public MouseEnter ( ViewBase targetElement, |
||
targetElement | ViewBase | Target element for the mouse message. |
c | Reference to the source control instance. | |
return | void |
public MouseLeave ( ViewBase targetElement, |
||
targetElement | ViewBase | Target element for the mouse message. |
c | Reference to the source control instance. | |
next | ViewBase | Reference to view that is next to have the mouse. |
return | void |
public MouseMove ( ViewBase targetElement, |
||
targetElement | ViewBase | Target element for the mouse message. |
c | Reference to the source control instance. | |
pt | Point | Mouse position relative to control. |
return | void |
public MouseUp ( ViewBase targetElement, |
||
targetElement | ViewBase | Target element for the mouse message. |
c | Reference to the source control instance. | |
pt | Point | Mouse position relative to control. |
button | MouseButtons | Mouse button released. |
return | void |
protected OnShowToolTip ( |
||
e | A TooltipEventArgs that contains the event data. | |
return | void |