Intersoft WebDesktop Documentation
ContentMode Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebDesktopWindow Class : ContentMode Property


Glossary Item Box

Gets or sets the default content mode for Window.

Syntax

Visual Basic (Declaration) 
Public Property ContentMode As ContentMode
Visual Basic (Usage)Copy Code
Dim instance As WebDesktopWindow
Dim value As ContentMode
 
instance.ContentMode = value
 
value = instance.ContentMode
C# 
public ContentMode ContentMode {get; set;}

Remarks

DesktopManager in WebDesktop.NET introduced two kind of Content Mode. The default mode is UseInlineContent which used the content defined in the template within the page itself. The other mode is UseIFrame which will use IFrame as the content source. When configured to use IFrame, developers can easily pick which WebForm to be assigned into each Window by using ClickAndSelect™ feature supported in Visual Studio 2005 or by specifying the content URL when adding new window.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.