ComponentTray::GetLocation Method (IComponent^)
.NET Framework (current version)
Gets the location of the specified component, relative to the upper-left corner of the component tray.
Assembly: System.Design (in System.Design.dll)
Parameters
- receiver
-
Type:
System.ComponentModel::IComponent^
The IComponent to retrieve the location of.
Return Value
Type: System.Drawing::PointA Point indicating the coordinates of the specified component, or an empty Point if the specified component could not be found in the component tray. An empty Point has an IsEmpty property equal to true and typically has X and Y properties that are each equal to zero.
GetLocation is an accessor method for the location extender property that is added to each component in the component tray.
.NET Framework
Available since 1.1
Available since 1.1
Show: