IVsWindowSearch.SearchEnabled Property

Definition

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.

Applies to