LineSegment.GetFocusable Method

Returns a value indicating whether this segment is focusable.

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

Syntax

'Declaration
Public Function GetFocusable ( _
    parentShape As ShapeElement _
) As Boolean
public bool GetFocusable(
    ShapeElement parentShape
)
public:
bool GetFocusable(
    ShapeElement^ parentShape
)
member GetFocusable : 
        parentShape:ShapeElement -> bool 
public function GetFocusable(
    parentShape : ShapeElement
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

LineSegment Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace