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


Glossary Item Box

The control which integrated with WebPaneManager and used to split or resize the pane in WebDesktop.

Object Model

WebSplitter Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class WebSplitter 
   Inherits ISNet.WebUI.ISNetControl
   Implements ISNet.ICopyable, ISNet.IObjectState, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.Serialization.XmlSerialization.IXmlSerialize, ISNet.WebUI.IBaseISNetControl, ISNet.WebUI.IInfo, ISNet.WebUI.ILayoutSettings 
Visual Basic (Usage)Copy Code
Dim instance As WebSplitter
C# 
public sealed class WebSplitter : ISNet.WebUI.ISNetControl, ISNet.ICopyable, ISNet.IObjectState, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.Serialization.XmlSerialization.IXmlSerialize, ISNet.WebUI.IBaseISNetControl, ISNet.WebUI.IInfo, ISNet.WebUI.ILayoutSettings  

Remarks

WebSplitter control has a tight integration to WebPaneManager to bring a new standard in Web Layouting. It is often used on table with contents have varying lengths of data to present, which needs more dynamic navigation to resize the panes.

WebSplitter control is built to add more dynamically feature to HTML table-element. You do not need to change the existing layout, simply add one additional cell between the two cells you want to split, then drag and drop the WebSplitter control inside that cell. That makes the WebSplitter control is easily to apply and configure.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         ISNet.WebUI.ISNetControl
            ISNet.WebUI.WebDesktop.WebSplitter

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.