WINDOW.Enable

Previous  Next

 

prevstate = WINDOW.Enable( hWindow AS HANDLE,

                          bState  AS INTEGER ) AS INTEGER

 


 

Enable or Disables the specified window.  This is an almost direct mapping to the Win32 SDK function ::EnableWindow( ... )

 

If the window was previously disabled, the return value is nonzero. If the window was not previously disabled, the return value is zero.