WorkflowView::ShowInfoTip Method (String^)

 

Shows the InfoTip for the WorkflowView with the specified text.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
void ShowInfoTip(
	String^ text
)

Parameters

text
Type: System::String^

The text to display on the InfoTip.

Exception Condition
ArgumentNullException

infoTipText is a null reference (Nothing in Visual Basic).

Shows the InfoTip for the WorkflowView with the specified text.

.NET Framework
Available since 3.0
Return to top
Show: