WorkflowViewAccessibleObject::DefaultAction Property

 

Gets a string that describes the default action of the accessible object. Not all objects have a default action.

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

public:
property String^ DefaultAction {
	virtual String^ get() override;
}

Property Value

Type: System::String^

A string that contains a description of the default action for the WorkflowViewAccessibleObject, or a null reference (Nothing in Visual Basic) if the accessible object has no default action.

.NET Framework
Available since 3.0
Return to top
Show: