Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DesignerRegionMouseEventArgs::Location Property

 

Gets the location within the control that was clicked.

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

public:
property Point Location {
	Point 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:
© 2017 Microsoft