WorkflowView::ShowInfoTip Method (String^, String^)
.NET Framework (current version)
Shows the InfoTip for the WorkflowView with the specified title and text.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- title
-
Type:
System::String^
The title of the InfoTip to display.
- text
-
Type:
System::String^
The text of the InfoTip to display.
| Exception | Condition |
|---|---|
| ArgumentNullException | title is a null reference (Nothing in Visual Basic). -or- infoTipText is a null reference (Nothing). |
Shows the InfoTip for the WorkflowView with the specified title and text.
.NET Framework
Available since 3.0
Available since 3.0
Show: