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

Afficher le fichier Open project: kampiuceris/PsHandler Class Usage Examples

Méthodes publiques

Méthode Description
GetPosition ( string strClassName, string strWindowName ) : void
GetSystemTaskBarPosition ( ) : void

Private Methods

Méthode 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 méthode

public GetPosition ( string strClassName, string strWindowName ) : void
strClassName string
strWindowName string
Résultat void

GetSystemTaskBarPosition() public méthode

public GetSystemTaskBarPosition ( ) : void
Résultat void