C# 클래스 Trollkit.Taskbar

파일 보기 프로젝트 열기: edibletoaster/Babycastles-Trollkit

Private Properties

프로퍼티 타입 설명
FindWindow int
FindWindowEx System.IntPtr
ShowWindow int

공개 메소드들

메소드 설명
Hide ( ) : void
Show ( ) : void

비공개 메소드들

메소드 설명
FindWindow ( string className, string windowText ) : int
FindWindowEx ( IntPtr parentHwnd, IntPtr childAfterHwnd, IntPtr className, string windowText ) : IntPtr
ShowWindow ( IntPtr hwnd, int command ) : int

메소드 상세

Hide() 공개 정적인 메소드

public static Hide ( ) : void
리턴 void

Show() 공개 정적인 메소드

public static Show ( ) : void
리턴 void