ReleaseClientDC method (Main Control)

Visual Basic example
Visual C++ 4.0 example

Access 2.0 example

Access 95, 97 example
Visual J++ example

Syntax short ReleaseClientDC ();

Overview:  Refer to Using the Windows API.

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 API functions.

See Also

Elements:  GetClientDC method

Topics:  Working with the Control: Client Area Usage