'Declaration
Public Shared Function EnableWindow( _ ByVal hwnd As System.IntPtr, _ ByVal bEnable As System.Boolean _ ) As System.Integer
'Usage
Dim hwnd As System.IntPtr Dim bEnable As System.Boolean Dim value As System.Integer value = NUser32.EnableWindow(hwnd, bEnable)
Parameters
- hwnd
- bEnable