C# 클래스 Hardcodet.Wpf.TaskbarNotification.Interop.AppBarInfo

파일 보기 프로젝트 열기: kampiuceris/PsHandler 1 사용 예제들

공개 메소드들

메소드 설명
GetPosition ( string strClassName, string strWindowName ) : void
GetSystemTaskBarPosition ( ) : void

비공개 메소드들

메소드 설명
FindWindow ( String lpClassName, String lpWindowName ) : IntPtr
SHAppBarMessage ( UInt32 dwMessage, Hardcodet.Wpf.TaskbarNotification.Interop.APPBARDATA &data ) : UInt32
SystemParametersInfo ( UInt32 uiAction, UInt32 uiParam, IntPtr pvParam, UInt32 fWinIni ) : Int32

메소드 상세

GetPosition() 공개 메소드

public GetPosition ( string strClassName, string strWindowName ) : void
strClassName string
strWindowName string
리턴 void

GetSystemTaskBarPosition() 공개 메소드

public GetSystemTaskBarPosition ( ) : void
리턴 void