Desktop Functions: Smart Device Functions:
|
enablewindow (user32)
C# Signature:
[DllImport("user32.dll")] VB.NET Signature:
<DllImport("user32.dll")> _ User-Defined Types:None. Notes:See IsWindowEnabled to determine whether a window is enabled. Tips & Tricks:This function is useful if you want to mimic the functionality of a modal window without using form.ShowDialog() method. Disable the parent window by using this function. Alternative Managed API:The ManagedWindowsApi project (http://mwinapi.sourceforge.net) provides a class ManagedWinapi.SystemWindow that has a settable Enabled property. Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|