CompositeActivityDesigner.LastSelectableObject Property

Definition

Gets the last selectable object contained within the CompositeActivityDesigner.

public:
 virtual property System::Object ^ LastSelectableObject { System::Object ^ get(); };
public virtual object LastSelectableObject { get; }
member this.LastSelectableObject : obj
Public Overridable ReadOnly Property LastSelectableObject As Object

Property Value

The last selectable object contained within the CompositeActivityDesigner.

Remarks

When overridden in a derived class, use LastSelectableObject to return the last selectable object contained within the designer.

Applies to