ComponentTray.GetTrayLocation(IComponent) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la valeur de la Location propriété extendeur.
public:
System::Drawing::Point GetTrayLocation(System::ComponentModel::IComponent ^ receiver);
[System.ComponentModel.Browsable(false)]
public System.Drawing.Point GetTrayLocation(System.ComponentModel.IComponent receiver);
[<System.ComponentModel.Browsable(false)>]
member this.GetTrayLocation : System.ComponentModel.IComponent -> System.Drawing.Point
Public Function GetTrayLocation (receiver As IComponent) As Point
Paramètres
- receiver
- IComponent
Qui IComponent reçoit la propriété d’extendeur d’emplacement.
Retours
Représentant Point l’emplacement de receiver.
- Attributs
Remarques
La Location propriété extendeur est proposée à tous les composants non visuels. La valeur retournée prend en compte la valeur de AutoScrollPosition. Si receiver elle n’a pas d’affichage de composant, la valeur retournée est vide Point.