WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NonStickingPopup

    Show / Hide Table of Contents

    Class NonStickingPopup

    Extends standard System.Windows.Controls.Primitives.Popup. Represents popup element that can overflow beyond monitor area.

    Inheritance
    System.Object
    NonStickingPopup
    FindReplacePopup
    IntellisensePopup
    DraggedElementPopup
    FloatWindow
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class NonStickingPopup : Popup

    Constructors

    NonStickingPopup()

    Initializes a new instance of the NonStickingPopup class.

    Declaration
    public NonStickingPopup()

    Methods

    OnOpened(EventArgs)

    Responds to the condition in which the value of the System.Windows.Controls.Primitives.Popup.IsOpen property changes from false to true.

    Declaration
    protected override void OnOpened(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    The event arguments.

    Removehandle()

    Removehandles this instance.

    Declaration
    public void Removehandle()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved