C# Class Hardcodet.Wpf.TaskbarNotification.Interop.AppBarInfo

显示文件 Open project: kampiuceris/PsHandler Class Usage Examples

Public Methods

Method Description
GetPosition ( string strClassName, string strWindowName ) : void
GetSystemTaskBarPosition ( ) : void

Private Methods

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

Method Details

GetPosition() public method

public GetPosition ( string strClassName, string strWindowName ) : void
strClassName string
strWindowName string
return void

GetSystemTaskBarPosition() public method

public GetSystemTaskBarPosition ( ) : void
return void