ActivityDesignerAccessibleObject::Navigate Method (AccessibleNavigation)

 

Returns the AccessibleObject associated with the location defined by the specified AccessibleNavigation.

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

public:
virtual AccessibleObject^ Navigate(
	AccessibleNavigation navdir
) override

Parameters

navdir
Type: System.Windows.Forms::AccessibleNavigation

One of the AccessibleNavigation values.

Return Value

Type: System.Windows.Forms::AccessibleObject^

The AccessibleObject at the specified location.

.NET Framework
Available since 3.0
Return to top
Show: