Click here to Skip to main content
15,892,059 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.3K   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.OnHandleAssigned 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.OnHandleAssigned Method </h1></div></div><div id="nstext"><p>
            Raises the <a href="Slusser.Components.MdiClientController.HandleAssigned.html">HandleAssigned</a> event.
            </p><div class="syntax">protected virtual <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemVoidClassTopic.htm">void</a> OnHandleAssigned(<br>   <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemEventArgsClassTopic.htm">EventArgs</a> <i>e</i><br>);</div><h4 class="dtH4">Parameters</h4><dl><dt><i>e</i></dt><dd>A <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemEventArgsClassTopic.htm">EventArgs</a> that contains the event
            data.</dd></dl><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="OnHandleAssigned method"><param name="Keyword" value="OnHandleAssigned method, MdiClientController class"><param name="Keyword" value="MdiClientController.OnHandleAssigned 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