ToolWindowPane.SearchEnabled 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.
Override this if you want to support search in your window. You will also need to override other functions from IVsWindowSearch interface, like CreateSearch, etc.
public:
virtual property bool SearchEnabled { bool get(); };
public:
virtual property bool SearchEnabled { bool get(); };
public virtual bool SearchEnabled { get; }
member this.SearchEnabled : bool
Public Overridable ReadOnly Property SearchEnabled As Boolean
Property Value
When overridden to support search, returns true
.