ShapeField.GetSelectable(ShapeElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the ShapeField is selectable.
public:
virtual bool GetSelectable(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public virtual bool GetSelectable (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
abstract member GetSelectable : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
override this.GetSelectable : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
Public Overridable Function GetSelectable (parentShape As ShapeElement) As Boolean
Parameters
- parentShape
- ShapeElement
The ShapeElement instance.
Returns
true if the ShapeField can receive focus.