ShapeField.NavigateAscend Method

Moves the focus to the previous shape field in the navigation sequence for the selected shapes.

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

Syntax

'Declaration
Public Overridable Function NavigateAscend ( _
    parentShape As ShapeElement, _
    selection As SelectedShapesCollection _
) As Boolean
public virtual bool NavigateAscend(
    ShapeElement parentShape,
    SelectedShapesCollection selection
)
public:
virtual bool NavigateAscend(
    ShapeElement^ parentShape, 
    SelectedShapesCollection^ selection
)
abstract NavigateAscend : 
        parentShape:ShapeElement * 
        selection:SelectedShapesCollection -> bool  
override NavigateAscend : 
        parentShape:ShapeElement * 
        selection:SelectedShapesCollection -> bool
public function NavigateAscend(
    parentShape : ShapeElement, 
    selection : SelectedShapesCollection
) : boolean

Parameters

Return Value

Type: Boolean
true if the focus moves to the previous shape in the navigation sequence; otherwise, false.

Remarks

By default, shape fields precede child shapes in the navigation sequence.

.NET Framework Security

See Also

Reference

ShapeField Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace