- point
- Documentation for this section has not yet been entered.
true if a click at the specified point is to be handled by the control; otherwise, false.
The ScrollableControlDesigner.GetHitTest(System.Drawing.Point) method determines whether a click at the specified point should be passed to the control, while the control is in design mode. You can override and implement this method to enable your control to receive clicks in the design-time environment.
You can pass a point in screen coordinates to the System.Windows.Forms.Control.PointToClient(System.Drawing.Point) method of the System.Windows.Forms.Control class to obtain the coordinates of the point relative to the upper-left corner of the control.