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