ModelingWindowPane.HasSelectableObjects Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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