LineSegment.GetFocusable Method
Returns a value indicating whether this segment is focusable.
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 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
parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElementThe shape to which this segment belongs.
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.