Class NonTopmostPopup
Displays a non-topmost popup window with optional no-activate behavior.
public class NonTopmostPopup : Popup, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
- Inheritance
-
NonTopmostPopup
- Implements
- Inherited Members
- Extension Methods
Remarks
Constructors
NonTopmostPopup()
public NonTopmostPopup()
Fields
NoActivateProperty
Identifies the NoActivate dependency property.
public static readonly DependencyProperty NoActivateProperty
Field Value
- DependencyProperty
TopmostProperty
Identifies the Topmost dependency property.
public static readonly DependencyProperty TopmostProperty
Field Value
- DependencyProperty
Properties
NoActivate
Gets or sets whether the popup should not activate when shown.
public bool NoActivate { get; set; }
Property Value
Topmost
Gets or sets whether the popup window is topmost.
public bool Topmost { get; set; }
Property Value
Methods
OnOpened(EventArgs)
protected override void OnOpened(EventArgs e)