ComponentTray.SetTrayLocation(IComponent, Point) 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 propriété extendeur Location
.
public:
void SetTrayLocation(System::ComponentModel::IComponent ^ receiver, System::Drawing::Point location);
public void SetTrayLocation (System.ComponentModel.IComponent receiver, System.Drawing.Point location);
member this.SetTrayLocation : System.ComponentModel.IComponent * System.Drawing.Point -> unit
Public Sub SetTrayLocation (receiver As IComponent, location As Point)
Paramètres
- receiver
- IComponent
IComponent qui reçoit la propriété extendeur d'emplacement.
Remarques
La Location
propriété extendeur est proposée à tous les composants non visuels. La valeur réelle prend en compte la valeur de AutoScrollPosition.