SearchControl::HasPopup Property

 

Gets a flag indicating whether the control has a popup.

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

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

Property Value

Type: System::Boolean

Returns the flag.

Return to top
Show: