IDragAndDropManagerPointInButton Method

Check a point is in button area (e.g. do not start new drag and drop process while user click on an button).

Definition

Namespace: PCBI.Automation.DragAndDrop
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool PointInButton(
	Point ClientPointMouseDown
)

Parameters

ClientPointMouseDown  Point
Corrdinate of mouse down in the graphic pane.

Return Value

Boolean
True if the mouse hits a button.

See Also