C# Class WpfHint2.PopupWindow

Inheritance: System.Windows.Window
Mostrar archivo Open project: JetBrains/Nitra

Public Methods

Method Description
InvisibleWindow_Loaded ( object sender, RoutedEventArgs e ) : void
PopupWindow ( ) : System

Private Methods

Method Description
WndProc ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr

Method Details

InvisibleWindow_Loaded() public method

public InvisibleWindow_Loaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

PopupWindow() public method

public PopupWindow ( ) : System
return System