C# Class a7DocumentDbStudio.Controls.a7Popup

Popup with code to not be the topmost control
Inheritance: System.Windows.Controls.Primitives.Popup
Afficher le fichier Open project: alekkowalczyk/a7DocumentDbStudio

Méthodes publiques

Свойство Type Description
IsTopmostProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
a7Popup ( ) : System

ctor

Méthodes protégées

Méthode Description
OnOpened ( EventArgs e ) : void

Private Methods

Méthode 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 méthode

protected OnOpened ( EventArgs e ) : void
e System.EventArgs
Résultat void

a7Popup() public méthode

ctor
public a7Popup ( ) : System
Résultat System

Property Details

IsTopmostProperty public_oe static_oe property

Is Topmost dependency property
public static DependencyProperty,System.Windows IsTopmostProperty
Résultat System.Windows.DependencyProperty