Desktop Functions: Smart Device Functions:
|
IsWindowVisible (user32)
C# Signature:
[DllImport("user32.dll")] VB.NET Signature:
<DllImport("user32.dll", SetLastError:=True)> _ User-Defined Types:None. Notes:This is not an immutable property of the Window, signifying for example "is this application present on the Taskbar" or "will this application show up on the [Alt]-[Tab] menu", but rather some property that can and might change depending on when you submit this API request. Tips & Tricks:Please add some! Sample Code:Please add some! Alternative Managed API:The ManagedWindowsApi project (http://mwinapi.sourceforge.net) provides a class ManagedWinapi.SystemWindow that has a Visible 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). |
|