C# Class KNFoundation.KNWindowController

Afficher le fichier Open project: bt-browser/KNFoundation

Méthodes publiques

Méthode Description
KNWindowController ( Window window ) : System
KNWindowController ( string windowXamlName ) : System
SetWindowGlassMargins ( System.Windows.Thickness thickness ) : void
ShowWindow ( ) : void

Private Methods

Méthode Description
DwmExtendFrameIntoClientArea ( IntPtr hWnd, MARGINS &pMarInset ) : int
DwmIsCompositionEnabled ( int &en ) : int
ExtendGlass ( System.Windows.Thickness thickness ) : void
WindowWasInitialized ( object sender, EventArgs e ) : void
WndProc ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr

Method Details

KNWindowController() public méthode

public KNWindowController ( Window window ) : System
window System.Windows.Window
Résultat System

KNWindowController() public méthode

public KNWindowController ( string windowXamlName ) : System
windowXamlName string
Résultat System

SetWindowGlassMargins() public méthode

public SetWindowGlassMargins ( System.Windows.Thickness thickness ) : void
thickness System.Windows.Thickness
Résultat void

ShowWindow() public méthode

public ShowWindow ( ) : void
Résultat void