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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.