| 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;} | |
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.
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
Reference
WebDesktopWindow ClassWebDesktopWindow Members