ToolWindow.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.
Overridden here to return false when the document we are tracking is closed.
protected:
virtual property bool HasSelectableObjects { bool get(); };
protected override bool HasSelectableObjects { get; }
member this.HasSelectableObjects : bool
Protected Overrides ReadOnly Property HasSelectableObjects As Boolean