WorkflowView.ShowInPlaceToolTip(String, Rectangle) Metoda

Definice

Zobrazuje v ToolTip zadaném 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 k zobrazení

toolTipRectangle
Rectangle

Určení Rectangle umístění na obrazovce pro umístění ToolTip.

Poznámky

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

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

Platí pro