C# 클래스 KNFoundation.KNWindowController

파일 보기 프로젝트 열기: bt-browser/KNFoundation

공개 메소드들

메소드 설명
KNWindowController ( Window window ) : System
KNWindowController ( string windowXamlName ) : System
SetWindowGlassMargins ( System.Windows.Thickness thickness ) : void
ShowWindow ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

KNWindowController() 공개 메소드

public KNWindowController ( Window window ) : System
window System.Windows.Window
리턴 System

KNWindowController() 공개 메소드

public KNWindowController ( string windowXamlName ) : System
windowXamlName string
리턴 System

SetWindowGlassMargins() 공개 메소드

public SetWindowGlassMargins ( System.Windows.Thickness thickness ) : void
thickness System.Windows.Thickness
리턴 void

ShowWindow() 공개 메소드

public ShowWindow ( ) : void
리턴 void