DesignerRegionMouseEventArgs.Location Property

 

Gets the location within the control that was clicked.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

member Location : Point with get

Property Value

Type: System.Drawing.Point

The Point identifying the location within the region that was clicked.

The Location property contains the coordinates that identify where you clicked, relative to the upper left corner of the region.

The Location property is initialized by the DesignerRegionMouseEventArgs constructor.

.NET Framework
Available since 2.0
Return to top
Show: