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


Glossary Item Box

Collection of panes contain nested children of type WebPane or WebGroupPane. WebGroupPane can not contain server side controls.

Object Model

WebGroupPane Class

Syntax

Visual Basic (Declaration) 
Public Class WebGroupPane 
   Inherits WebPaneBase
   Implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.INamedObject 
Visual Basic (Usage)Copy Code
Dim instance As WebGroupPane
C# 
public class WebGroupPane : WebPaneBase, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.INamedObject  

Remarks

WebGroupPane can be used to layout the contained children in Horizontal Tiling or Vertical Tiling arrangement. The combination of WebGroupPane with its arrangement mode and nested WebPane enables you to create any kind of complex Layout in consistent fashion by using strong object model. For better understanding and illustration please read Understanding Concepts.

Inheritance Hierarchy

System.Object
   ISNet.WebUI.WebUIBaseClass
      ISNet.WebUI.NamedObjectBase
         ISNet.WebUI.WebDesktop.WebPaneBase
            ISNet.WebUI.WebDesktop.WebGroupPane

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.