WorkflowItemPresenter::HintText Property

.NET Framework (current version)
 

Gets or sets the string that contains the hint text for the WorkflowItemPresenter control.

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

public:
property String^ HintText {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The hint text for the WorkflowItemPresenter control.

.NET Framework
Available since 4.0
Return to top
Show: