SearchControl::IsPopupOpen Property

 

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

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

public:
property bool IsPopupOpen {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

Returns the flag.

Return to top
Show: