ReleaseClientDC method (Main Control)

Visual Basic example
Visual C++ 4.0 example

Visual J++ example

Syntax short ReleaseClientDC ();

Overview:  Refer to Using the Windows C DLL.

Remarks

Reverses the action of the GetClientDC method.

You should use this method when the Main Control's client area no longer needs to be available for Windows C DLL functions.

See Also

Elements:  GetClientDC method

Topics:  Working with the Control: Client Area Usage