[DllImportAttribute("user32.dll")] public static bool ShowWindow( IntPtr windowHandle, ShowWindowStates showWindowState )
<DllImportAttribute("user32.dll">] Public Shared Function ShowWindow ( windowHandle As IntPtr, showWindowState As ShowWindowStates ) As Boolean
public: [DllImportAttribute(L"user32.dll")] static bool ShowWindow( IntPtr windowHandle, ShowWindowStates showWindowState )
[<DllImportAttribute("user32.dll")>] static member ShowWindow : windowHandle : IntPtr * showWindowState : ShowWindowStates -> bool
Copyright © Xcalibur Systems, LLC. 2006 - 2023