Share via


WorkflowView.ShowInPlaceToolTip(String, Rectangle) Metoda

Definice

Zobrazuje v zadaném ToolTip umístění.

public:
 void ShowInPlaceToolTip(System::String ^ toolTipText, System::Drawing::Rectangle toolTipRectangle);
public void ShowInPlaceToolTip (string toolTipText, System.Drawing.Rectangle toolTipRectangle);
member this.ShowInPlaceToolTip : string * System.Drawing.Rectangle -> unit
Public Sub ShowInPlaceToolTip (toolTipText As String, toolTipRectangle As Rectangle)

Parametry

toolTipText
String

Text, který se má zobrazit

toolTipRectangle
Rectangle

Určuje Rectangle umístění na obrazovce, do ToolTipkteré se má umístit .

Poznámky

ToolTips jsou užitečné poznámky pro uživatele, které zobrazují užitečné informace o objektu pod ukazatelem.

Slouží ShowInPlaceToolTip k zobrazení se zadaným ToolTip textem a požadovaným umístěním.

Platí pro