WorkflowViewElement::GetAutomationHelpText Method ()

.NET Framework (current version)
 

When implemented in a derived class, retrieves the automation help text.

Namespace:   System.Activities.Presentation
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

protected:
virtual String^ GetAutomationHelpText()

Return Value

Type: System::String^

The default implementation is to return an empty String.

Implement this method in your derived class to add your own handling.

.NET Framework
Available since 4.0
Return to top
Show: