IVsWindowSearchHost.IsEnabled Property

Definition

Gets or sets whether the search control has been enabled or disabled.

public:
 property bool IsEnabled { bool get(); void set(bool value); };
public:
 property bool IsEnabled { bool get(); void set(bool value); };
public bool IsEnabled { get; set; }
member this.IsEnabled : bool with get, set
Public Property IsEnabled As Boolean

Property Value

true if the search control is enabled, or false if the search control is disabled.

Applies to