Share via


ToolWindowPane.SearchEnabled Property

Definition

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.

Implements

Applies to