Share via


SearchControl.IsPopupOpen Property

Gets a flag indicating whether the control has a popup that is open.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Property IsPopupOpen As Boolean
public bool IsPopupOpen { get; set; }
public:
property bool IsPopupOpen {
    bool get ();
    void set (bool value);
}
member IsPopupOpen : bool with get, set
function get IsPopupOpen () : boolean 
function set IsPopupOpen (value : boolean)

Property Value

Type: Boolean
Returns the flag.

.NET Framework Security

See Also

Reference

SearchControl Class

Microsoft.VisualStudio.PlatformUI Namespace