Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether to show or hide the search control's popup (if the search control has settings requiring a popup, such as MRU, options, or filters).
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Property IsPopupVisible As Boolean
bool IsPopupVisible { get; set; }
property bool IsPopupVisible {
bool get ();
void set (bool value);
}
abstract IsPopupVisible : bool with get, set
function get IsPopupVisible () : boolean
function set IsPopupVisible (value : boolean)
Property Value
Type: Boolean
true if the search control’s popup is visible, or false if the popup is not visible.
.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.