C# Class a7DocumentDbStudio.Controls.a7Popup

Popup with code to not be the topmost control
Inheritance: System.Windows.Controls.Primitives.Popup
显示文件 Open project: alekkowalczyk/a7DocumentDbStudio

Public Properties

Property Type Description
IsTopmostProperty System.Windows.DependencyProperty

Public Methods

Method Description
a7Popup ( ) : System

ctor

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

OnOpened() protected method

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

a7Popup() public method

ctor
public a7Popup ( ) : System
return System

Property Details

IsTopmostProperty public_oe static_oe property

Is Topmost dependency property
public static DependencyProperty,System.Windows IsTopmostProperty
return System.Windows.DependencyProperty