Click here to Skip to main content
15,894,955 members
Articles / Multimedia / GDI+

Getting a "Handle" on the MDI Client

Rate me:
Please Sign up or sign in to vote.
4.93/5 (91 votes)
6 Oct 2004MIT12 min read 305.4K   5.4K   227  
A component to customize the MDI area of a Form with color, images, border styles, and more.
<html dir="LTR"><head><META http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"><title>MdiClientController.RenewMdiClient Method</title><xml></xml><link rel="stylesheet" type="text/css" href="MSDN.css"></head><body id="bodyID" class="dtBODY"><div id="nsbanner"><div id="bannerrow1"><table class="bannerparthead" cellspacing="0"><tr id="hdr"><td class="runninghead">An NDoc Documented Class Library</td><td class="product"></td></tr></table></div><div id="TitleRow"><h1 class="dtH1">MdiClientController.RenewMdiClient Method </h1></div></div><div id="nstext"><p>
            Reestablishes a connection to the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemWindowsFormsMdiClientClassTopic.htm">MdiClient</a>
            control if the <a href="Slusser.Components.MdiClientController.ParentForm.html">ParentForm</a>
            hasn't changed but its <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemWindowsFormsFormClassIsMdiContainerTopic.htm">IsMdiContainer</a>
            property has.
            </p><div class="syntax">public <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemVoidClassTopic.htm">void</a> RenewMdiClient();</div><h4 class="dtH4">See Also</h4><p><a href="Slusser.Components.MdiClientController.html">MdiClientController Class</a> | <a href="Slusser.Components.html">Slusser.Components Namespace</a></p><object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;"><param name="Keyword" value="RenewMdiClient method"><param name="Keyword" value="RenewMdiClient method, MdiClientController class"><param name="Keyword" value="MdiClientController.RenewMdiClient method"></object></div></body></html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Web Developer
United States United States
Rather than attempt to keep up my biography, I will refer you to my website:

www.codetruffles.com

Comments and Discussions