Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "IsIconic" in [All]

user32

.
Summary
.

static extern bool IsIconic(IntPtr hWnd);

.

  Private Declare Auto Function IsIconic Lib "user32.dll" (ByVal hwnd As IntPtr) As Boolean

.

        public static extern bool IsIconic( IntPtr Hwnd );    

.

                if ( IsIconic( Hwnd ) )

.

      private static extern bool IsIconic(IntPtr hWnd);

.

          if (IsIconic(hWnd))

.
Documentation
[IsIconic] on MSDN

 
Access PInvoke.net directly from VS: