NonTopmostPopup
Ecng.Xaml
Displays a non-topmost popup window with optional no-activate behavior.
Inherits: Popup
Properties
NoActivate
public bool NoActivate { get; set; }
value = nonTopmostPopup.NoActivate
nonTopmostPopup.NoActivate = value
Gets or sets whether the popup should not activate when shown.
Topmost
public bool Topmost { get; set; }
value = nonTopmostPopup.Topmost
nonTopmostPopup.Topmost = value
Gets or sets whether the popup window is topmost.
Methods
Fields
NoActivateProperty
public static readonly DependencyProperty NoActivateProperty
value = NonTopmostPopup.NoActivateProperty
Identifies the NoActivate dependency property.
TopmostProperty
public static readonly DependencyProperty TopmostProperty
value = NonTopmostPopup.TopmostProperty
Identifies the Topmost dependency property.