C# 클래스 withSIX.Core.Presentation.Wpf.Helpers.DialogHelper.NativeMethods

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
RestoreWindow ( ) : void
RestoreWindow ( Process process ) : void
RestoreWindow ( Window window ) : void

비공개 메소드들

메소드 설명
DwmIsCompositionEnabled ( bool &pfEnabled ) : IntPtr
GetDoubleClickTime ( ) : int

메소드 상세

RestoreWindow() 공개 정적인 메소드

public static RestoreWindow ( ) : void
리턴 void

RestoreWindow() 공개 정적인 메소드

public static RestoreWindow ( Process process ) : void
process System.Diagnostics.Process
리턴 void

RestoreWindow() 공개 정적인 메소드

public static RestoreWindow ( Window window ) : void
window System.Windows.Window
리턴 void