ModelingWindowPane.HasSelectableObjects Property

Definition

If this property returns false, we do not expose objects via ISelectionContainer to avoid handing out disposed objects to the property browser. Base class returns true. Can be overridden in derived classes to return false when a document or window is closed.

protected:
 virtual property bool HasSelectableObjects { bool get(); };
protected virtual bool HasSelectableObjects { get; }
member this.HasSelectableObjects : bool
Protected Overridable ReadOnly Property HasSelectableObjects As Boolean

Property Value

Applies to