ListItemSubField.GetFocusable(ShapeElement, ShapeField) Method

Definition

Gets a value indicating whether this shape field can receive focus.

public:
 override bool GetFocusable(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^ parentField);
public override bool GetFocusable (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, Microsoft.VisualStudio.Modeling.Diagrams.ShapeField parentField);
override this.GetFocusable : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeField -> bool
Public Overrides Function GetFocusable (parentShape As ShapeElement, parentField As ShapeField) As Boolean

Parameters

parentShape
ShapeElement

The parent ShapeElement of this ShapeSubField.

parentField
ShapeField

The parent ShapeField of this ShapeSubField.

Returns

true if this shape field can receive focus.

Applies to