ShapeField.GetFocusable(ShapeElement) Method

Definition

Gets a value indicating whether the ShapeField can receive focus.

public:
 virtual bool GetFocusable(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public virtual bool GetFocusable (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
abstract member GetFocusable : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
override this.GetFocusable : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
Public Overridable Function GetFocusable (parentShape As ShapeElement) As Boolean

Parameters

parentShape
ShapeElement

The ShapeElement instance.

Returns

true if the ShapeField can receive focus.

Applies to