ShapeSubField::GetSelectable Method (ShapeElement^, ShapeField^)
Visual Studio 2015
Gets a value indicating whether this ShapeSubField is selectable.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: virtual bool GetSelectable( ShapeElement^ parentShape, ShapeField^ parentField ) abstract
Parameters
- parentShape
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
The parent ShapeElement of this ShapeSubField.
- parentField
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeField^
The parent ShapeField of this ShapeSubField.
Return Value
Type: System::BooleanIf a ShapeSubField is selectable, it can participate in processes which operate on the selection, such as drag/drop, displaying properties in the property browser, and processes invoked by menu commands.
Show: