SearchControlPopup Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The implementation of the popup used by the Common Search control
public ref class SearchControlPopup : System::Windows::Controls::Primitives::Popup
public class SearchControlPopup : System.Windows.Controls.Primitives.Popup
type SearchControlPopup = class
inherit Popup
Public Class SearchControlPopup
Inherits Popup
- Inheritance
-
SearchControlPopup
Constructors
SearchControlPopup() |
Creates a new instance of the class. |
Methods
OnOpened(EventArgs) |
Removes the WS_EX_TOPMOST style of the popup if necessary to make sure the popup opens behind IME candidates windows |