Desktop Functions: Smart Device Functions:
|
C# Signature:
[DllImport("user32.dll")] User-Defined Types:None. Notes:The LockWindowUpdate function disables or enables drawing in the specified window. Only one window can be locked at a time. Tips & Tricks:Please add some! Sample Code:LockWindowUpdate(panelContainer.Handle); // Clear Panel panelContainer.Controls.Clear(); // my temporary TextBox TextBox myT ; for (int lauf=0; lauf < 200; lauf++) {
// Create New TextBox } // redraw the window LockWindowUpdate(IntPtr.Zero); Alternative Managed API:Do you know one? Please contribute it! 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).
|
|