SearchControlPopup Class

Definition

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

Applies to