Class NonStickingPopup
Extends standard System.Windows.Controls.Primitives.Popup. Represents popup element that can overflow beyond monitor area.
Inheritance
System.Object
NonStickingPopup
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()