CompositeActivityDesigner.GetNextSelectableObject Method

Definition

Gets the object which is next in the order of navigation.

public:
 virtual System::Object ^ GetNextSelectableObject(System::Object ^ current, System::Workflow::ComponentModel::Design::DesignerNavigationDirection direction);
public virtual object GetNextSelectableObject (object current, System.Workflow.ComponentModel.Design.DesignerNavigationDirection direction);
abstract member GetNextSelectableObject : obj * System.Workflow.ComponentModel.Design.DesignerNavigationDirection -> obj
override this.GetNextSelectableObject : obj * System.Workflow.ComponentModel.Design.DesignerNavigationDirection -> obj
Public Overridable Function GetNextSelectableObject (current As Object, direction As DesignerNavigationDirection) As Object

Parameters

current
Object

The current object in the navigation order.

direction
DesignerNavigationDirection

The direction to navigate. 0 = next; 1 = previous; 2 = left; 3 = right.

Returns

The object that is next in the order of navigation.

Remarks

GetNextSelectableObject causes the selection to move from the current selection to the next selectable object in the direction specified.

Applies to