ShapeField::DefaultFocusable Property

 

Gets the shape field and verifies whether it can receive focus, or gives the shape field the ability to receive 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 bool DefaultFocusable {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the shape field can receive focus by default; otherwise, false.

Return to top
Show: