
| Visual Basic (Declaration) | |
|---|---|
Public Class WebPaneSettings Inherits ISNet.WebUI.WebUIBaseClass Implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebPaneSettings | |
| C# | |
|---|---|
public class WebPaneSettings : ISNet.WebUI.WebUIBaseClass, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize | |
WebPaneSettings has ability to inherit properties set at parent level. You can set the WebPaneSettings property of WebPaneManager which will automatically inherit all Panes' settings contained in WebPaneManager.
The AllowResize and AllowCollapse features in WebPaneSettings allow you to integrate WebPane and WebSplitter. The two features provide sophisticated resizing and collapsing functionalities.
The default value of AllowResize in Global level is True. When users set this feature to True, they can resize the Pane conveniently in runtime. This feature can be configured in Global level and Individual Pane level.
The default value of AllowCollapse in Global level is False. The best recommendation for enabling this feature is by configuring the AllowCollapse in Individual Pane level so that you can have more control over which direction should the Pane collapsed to.
For better understanding of WebPaneManager and WebSplitter integration please read Splitter Integration.
System.Object
ISNet.WebUI.WebUIBaseClass
ISNet.WebUI.WebDesktop.WebPaneSettings
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
WebPaneSettings MembersISNet.WebUI.WebDesktop Namespace