Intersoft WebDesktop Documentation
PlaceHolderManagerDesigner Class
Members  See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : PlaceHolderManagerDesigner Class


Glossary Item Box

The designer of PlaceHolderManager which allows users to work with dockable bars in the designer surface, similar to WinForm-style development experience.

Object Model

PlaceHolderManagerDesigner Class

Syntax

Visual Basic (Declaration) 
Public Class PlaceHolderManagerDesigner 
   Inherits ISNet.WebUI.ISDesignerBase
Visual Basic (Usage)Copy Code
Dim instance As PlaceHolderManagerDesigner
C# 
public class PlaceHolderManagerDesigner : ISNet.WebUI.ISDesignerBase 

Remarks

The PlaceHolderManager designer architecture maintains the docking system of every IBar implemented components (WebMenuBar and WebToolBar). However, it still allows you to freely working on the content of the PlaceHolderManager. The content of the PlaceHolderManager is not the type of ITemplate, and therefore enables you to access the controls directly in the code behind without has to use FindControl.

The following is a list of top benefits introduced by PlaceHolderManager designer:

  • Significant developer's productivity gains through rich and interactive PlaceHolderManager.
  • Reduced lines of codes required to program the Page with the elegant architecture of PlaceHolderManager which used table system instead of Template.
  • Reduced learning curves with the ease-of-use since the interactive features are similar to WinForm development experience.
  • Reduced overhead in Page's maintenance when required at the future development phase.

Inheritance Hierarchy

System.Object
   System.ComponentModel.Design.ComponentDesigner
      System.Web.UI.Design.HtmlControlDesigner
         System.Web.UI.Design.ControlDesigner
            ISNet.WebUI.ISDesignerBase
               ISNet.WebUI.WebDesktop.PlaceHolderManagerDesigner

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.