SearchControlPopup.OnOpened(EventArgs) Method
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.
Removes the WS_EX_TOPMOST style of the popup if necessary to make sure the popup opens behind IME candidates windows
protected:
override void OnOpened(EventArgs ^ e);
protected override void OnOpened (EventArgs e);
override this.OnOpened : EventArgs -> unit
Protected Overrides Sub OnOpened (e As EventArgs)