ShapeSubField::GetFocusable Method (ShapeElement^, ShapeField^)

 

Gets a value indicating whether this ShapeSubField is focusable.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual bool GetFocusable(
	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::Boolean

If a ShapeSubField is focusable, it can receive and process keyboard events. A focusable ShapeSubField does not have to be selectable.

Return to top
Show: