ActivityDesignerAccessibleObject::DefaultAction Property

 

Gets a string that describes the default action of the activity designer.

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 description of the default action associated with the activity designer, or a null reference (Nothing in Visual Basic) if the object has no default action.

This property is displayed on the designer surface for users with impairments. Not all activity designers have a default action.

.NET Framework
Available since 3.0
Return to top
Show: