Northwoods.GoWPF 2.2.4 Assembly
SelectedPart Property

Gets or sets the primary selected Part.
Syntax
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property SelectedPart As Part
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public Part SelectedPart {get; set;}

Property Value

This may be null, if no part is selected.
Remarks
Changing this value will make the previous value (if any) be not IsSelected, and will select the new value. Because this property is frequently set programmatically, it does not make sense to make this property the target of a OneWay data-binding.
Requirements
See Also

Reference

Diagram Class
Diagram Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback