ActivityDesigner.ShowInPlaceTip(String, Rectangle) 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.
Affiche l'info-bulle spécifiée à l'emplacement de rectangle spécifié.
protected:
void ShowInPlaceTip(System::String ^ infoTip, System::Drawing::Rectangle rectangle);
protected void ShowInPlaceTip (string infoTip, System.Drawing.Rectangle rectangle);
member this.ShowInPlaceTip : string * System.Drawing.Rectangle -> unit
Protected Sub ShowInPlaceTip (infoTip As String, rectangle As Rectangle)
Paramètres
- infoTip
- String
Chaîne qui contient l'info-bulle à afficher.