Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the shape field and verifies whether it can be selected by default or sets the default selection state of the shape field.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Property DefaultSelectable As Boolean
public bool DefaultSelectable { get; set; }
public:
property bool DefaultSelectable {
bool get ();
void set (bool value);
}
member DefaultSelectable : bool with get, set
function get DefaultSelectable () : boolean
function set DefaultSelectable (value : boolean)
Property Value
Type: System.Boolean
true if the shape field can be selected by default; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.