C# Class Wallcreeper.Personalization

Exibir arquivo Open project: Winterstark/Wallcreeper

Public Properties

Property Type Description
WM_CLOSE int

Public Methods

Method Description
Close ( ) : void
Hide ( ) : void
Show ( ) : void

Private Methods

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

public static Close ( ) : void
return void

Hide() public static method

public static Hide ( ) : void
return void

Show() public static method

public static Show ( ) : void
return void

Property Details

WM_CLOSE public_oe static_oe property

public static int WM_CLOSE
return int