C# Class KNFoundation.KNWindowController

ファイルを表示 Open project: bt-browser/KNFoundation

Public Methods

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

Private Methods

Method 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 method

public KNWindowController ( Window window ) : System
window System.Windows.Window
return System

KNWindowController() public method

public KNWindowController ( string windowXamlName ) : System
windowXamlName string
return System

SetWindowGlassMargins() public method

public SetWindowGlassMargins ( System.Windows.Thickness thickness ) : void
thickness System.Windows.Thickness
return void

ShowWindow() public method

public ShowWindow ( ) : void
return void