Diagram::FocusedDiagramView Property

 

Gets the diagram view that has the focus.

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

public:
property DiagramView^ FocusedDiagramView {
	DiagramView^ get();
}

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramView^

The diagram view that has the focus; otherwise, null if no diagram view has the focus.

Return to top
Show: