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.
Définit la valeur de la Location propriété extendeur.
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
Qui IComponent reçoit la propriété d’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.