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


Glossary Item Box

Collection of interfaces used by PlaceHolderManager. A PlaceHolderManager - which can be used with WebToolBar and WebMenuBar - represents a partitioned container in a WebForm which supports docking capabilities for IBar implemented controls.

Object Model

IBarCollection Class

Syntax

Visual Basic (Declaration) 
Public Class IBarCollection 
   Inherits System.Collections.CollectionBase
Visual Basic (Usage)Copy Code
Dim instance As IBarCollection
C# 
public class IBarCollection : System.Collections.CollectionBase 

Remarks

PlaceHolderManager has a firm integration with IBar implemented controls. The PlaceHolderManager acts as the manager for all bars that it owned. It contains all master configurations such as styles and behaviors of the ToolBar and MenuBar. The tight integration feature significantly improve developer's productivity with the global configurations managed by the PlaceHolderManager. For more information please refer to PlaceHolderManager Concept.

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      ISNet.WebUI.WebDesktop.IBarCollection

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.