C# Class withSIX.Core.Presentation.Wpf.Views.Controls.NonTopmostPopup

Inheritance: System.Windows.Controls.Primitives.Popup
Datei anzeigen Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Properties

Property Type Description
IsTopmostProperty System.Windows.DependencyProperty

Public Methods

Method Description
NonTopmostPopup ( ) : System

Protected Methods

Method Description
OnOpened ( EventArgs e ) : void

Private Methods

Method Description
GetWindowRect ( IntPtr hWnd, RECT &lpRect ) : bool
OnChildPreviewMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnIsTopmostChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnParentWindowActivated ( object sender, EventArgs e ) : void
OnParentWindowDeactivated ( object sender, EventArgs e ) : void
OnPopupLoaded ( object sender, RoutedEventArgs e ) : void
OnPopupUnloaded ( object sender, RoutedEventArgs e ) : void
SetTopmostState ( bool isTop ) : void
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags ) : bool

Method Details

NonTopmostPopup() public method

public NonTopmostPopup ( ) : System
return System

OnOpened() protected method

protected OnOpened ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

IsTopmostProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsTopmostProperty
return System.Windows.DependencyProperty