Share via


LinkShape.NavigateToLast Method

Called in response to user’s keystroke navigation to set the focus to the last child of the parent of the current focus.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

Syntax

'Declaration
Public Overrides Function NavigateToLast ( _
    selection As SelectedShapesCollection _
) As Boolean
public override bool NavigateToLast(
    SelectedShapesCollection selection
)
public:
virtual bool NavigateToLast(
    SelectedShapesCollection^ selection
) override
abstract NavigateToLast : 
        selection:SelectedShapesCollection -> bool  
override NavigateToLast : 
        selection:SelectedShapesCollection -> bool
public override function NavigateToLast(
    selection : SelectedShapesCollection
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the focus was moved; otherwise, false.

Remarks

Override this method to vary the selection behavior. After determining the next item to select, you can call NavigateTo.

.NET Framework Security

See Also

Reference

LinkShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace