IVsWindowSearch.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.
Determines whether the search should be enabled for the window.
public:
property bool SearchEnabled { bool get(); };
public:
property bool SearchEnabled { bool get(); };
public bool SearchEnabled { get; }
member this.SearchEnabled : bool
Public ReadOnly Property SearchEnabled As Boolean
Property Value
True if search should be enabled, otherwise false.
Remarks
For an example, see Adding Search to a Tool Window.