WorkflowView::ShowInPlaceToolTip Method (String^, Rectangle)
.NET Framework (current version)
Shows a ToolTip at the specified location.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- toolTipText
-
Type:
System::String^
The text to display.
- toolTipRectangle
-
Type:
System.Drawing::Rectangle
The Rectangle specifying the location on the screen to place the ToolTip.
ToolTips are helpful notes to the user that display useful information about an object underneath the pointer.
Use ShowInPlaceToolTip to display a ToolTip with the specified text and a desired location.
.NET Framework
Available since 3.0
Available since 3.0
Show: