Click here to Skip to main content
15,891,951 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.ImageAlign Property</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.ImageAlign Property
					</h1></div></div><div id="nstext"><p>
            Gets or sets the alignment of the background image.
            </p><div class="syntax">public <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemDrawingContentAlignmentClassTopic.htm">System.Drawing.ContentAlignment</a> ImageAlign {get; set;}</div><p></p><h4 class="dtH4">Exceptions</h4><div class="tablediv"><table class="dtTABLE" cellspacing="0"><tr valign="top"><th width="50%">Exception Type</th><th width="50%">Condition</th></tr><tr valign="top"><td width="50%"><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemComponentModelInvalidEnumArgumentExceptionClassTopic.htm">InvalidEnumArgumentException</a></td><td width="50%">The
            value assigned to the property is not a member of
            the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemDrawingContentAlignmentClassTopic.htm">ContentAlignment</a> enumeration.</td></tr></table></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="ImageAlign property"><param name="Keyword" value="ImageAlign property, MdiClientController class"><param name="Keyword" value="MdiClientController.ImageAlign property"></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