C# Class Wallcreeper.Personalization

Afficher le fichier Open project: Winterstark/Wallcreeper

Méthodes publiques

Свойство Type Description
WM_CLOSE int

Méthodes publiques

Méthode Description
Close ( ) : void
Hide ( ) : void
Show ( ) : void

Private Methods

Méthode Description
EnumDesktopWindows ( IntPtr hDesktop, EnumDelegate lpEnumCallbackFunction, IntPtr lParam ) : bool
GetWindowText ( IntPtr hWnd, StringBuilder lpWindowText, int nMaxCount ) : int
IsWindowVisible ( IntPtr hWnd ) : bool
SendMessage ( IntPtr hWnd, int wMsg, IntPtr wParam, IntPtr lParam ) : int
ShowWindow ( IntPtr hWnd, ShowWindowCommands nCmdShow ) : bool

Method Details

Close() public static méthode

public static Close ( ) : void
Résultat void

Hide() public static méthode

public static Hide ( ) : void
Résultat void

Show() public static méthode

public static Show ( ) : void
Résultat void

Property Details

WM_CLOSE public_oe static_oe property

public static int WM_CLOSE
Résultat int