WebPaneBase Properties
| Name | Description Gets or sets the name for this Pane Item. ValueType String Default Value |
| IsEnabled | Description Specifies whether this Pane Item is enabled. ValueType Boolean Default Value True |
| Text | Description Gets or sets the text for this Pane Item. ValueType String Default Value |
| ToolTip | Description Gets or sets the tooltip text for this Pane. ValueType String Default Value |
| Width | Description Gets or sets the dimension mode for this Pane's width. ValueType DimensionMode Default Value Fill |
| Height | Description Gets or sets the dimension mode for this Pane's height. ValueType DimensionMode Default Value Fill |
| WidthValue | Description Gets or sets the value of Width in Unit. This property is applicable when Width is set to Custom. ValueType Unit Default Value |
| HeightValue | Description Gets or sets the value of the Height in Unit. This property is applicable when Height mode is set to Custom. ValueType Unit Default Value |
| PaneManager | Description Gets the PaneManager from WebPaneBase Control. ValueType WebPaneManager Default Value |
| ParentGroupPane | Description Gets the ParentGroupPane of this Pane Item. ValueType WebGroupPane Default Value |
| AllowResize | Description Determines whether this Pane can be resized by users. ValueType AllowResize Default Value |
| TextAlignment | Description Gets or sets the alignment of the text. ValueType TextAlignment Default Value Default |
| Index | Description Gets the index of this Pane Item in the collection ValueType Integer Default Value |
| ActualWidth | Description Gets the actual width of this Pane Item. ValueType Unit Default Value |
| ActualHeight | Description Gets the actual height of this Pane Item. ValueType Unit Default Value |
| AllowCollapse | Description Gets whether users are allowed to collapse this Pane through splitter. ValueType AllowCollapse Default Value Default |
| Collection | Description Gets the collection which owns this Pane Item. ValueType ISCollectionBase Default Value |
| IFrameContentLoaded | Description Determines whether the IFrame Content has been loaded. ValueType Boolean Default Value |
| IsRootPane | Description Determines whether this Pane is root Pane. ValueType Boolean Default Value |
WebPaneBase Methods
| GetPaneManager | Description Get WebPaneManager object Parameters
Remarks
Return Value object (WebPaneManager) Samples
|
| GetElement |
Description
Remarks
object (HTML Element) Samples |
| GetHeaderCellElement |
Description
|
| SetText |
Description text (String) Remarks
|
| SetInfoText |
Description
text (string) Remarks
Return Value
Samples
|
| SetImage |
Description
imageURL (string) Remarks
Return Value
Samples |
| SetVisible |
Description
isVisible (boolean) Remarks
Return Value
Samples |
| SetContentVisible |
Description
isVisible (boolean) Remarks
Return Value
Samples |
| Collapse |
Description
Remarks
Return Value
Samples |
| Expand |
Description
Remarks
Return Value
Samples |
| IsCollapsed |
Description
Remarks
Return Value boolean Samples |