ToolWindowPane::SearchEnabled Property

 

Override this if you want to support search in your window. You must also override other functions from the IVsWindowSearch interface, like CreateSearch, etc.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property bool SearchEnabled {
	virtual bool get();
}

Property Value

Type: System::Boolean

When overridden to support search, returns true.

Return to top
Show: