WebNavBar Properties
| Name | Description Gets or sets the name of this WebNavBar instance ValueType String Default Value |
| Index | Description Gets or sets the index of this WebNavBar instance ValueType int Default Value |
| Size | Description Gets or sets the size of this WebNavBar instance ValueType unit size Default Value |
| Text | Description Gets or sets the text of this WebNavBar instance ValueType String Default Value |
| Image | Description Gets or sets the image of this WebNavBar instance ValueType String Default Value |
| ImageSize | Description Gets or sets the image size of this WebNavBar instance ValueType unit size Default Value |
| ToolTip | Description Gets or sets the tooltip of this WebNavBar instance ValueType String Default Value |
| Visible | Description Gets or sets the value to indicate whether this WebNavBar instance is visible ValueType boolean Default Value |
| Enabled | Description Gets or sets the value to indicate whether this WebNavBar instance is enabled ValueType boolean Default Value |
| Collapse | Description Gets or sets the value to indicate whether this WebNavBar instance is collapsed ValueType boolean Default Value |
| CaptionDisplayMode | Description Gets or sets the caption display mode of this WebNavBar instance ValueType CaptionDisplayMode Default Value |
| CaptionStyle | Description Gets or sets the caption style of this WebNavBar instance ValueType WebStyle Default Value |
| Items | Description Gets or sets the items in this WebNavBar instance ValueType Collection (ISArray) Default Value |
| ActiveBarItemIndex | Description Gets or sets the active WebNavBarItem index of this WebNavBar instance ValueType int Default Value |
| ContentMode | Description Gets or sets the content mode of this WebNavBar instance ValueType ContentMode Default Value |
| ContentURL | Description Gets or sets the content URL of this WebNavBar instance when using IFrame as ContentMode ValueType String Default Value |
| IFrameContentLoaded | Description Gets IFrameContentLoaded status of this WebNavBar instance ValueType boolean Default Value |
| ItemSettings | Description Gets or sets the ItemSettings of this WebNavBar instance ValueType ItemSettings Default Value |
| CaptionText | Description Gets or sets the CaptionText of this WebNavBar instance ValueType String Default Value |
WebNavBar Methods
| GetActiveBarItem | Description Gets the active WebNavBar Item Parameters Remarks
|
| GetItemsContainerElement | Description Gets the HTML Items Container element of this WebNavBar instance Parameters Remarks
|
| GetIFrameElement | Description Gets the HTML IFrame element of this WebNavBar instance Parameters Remarks
|
| GetImageElement | Description Gets the HTML Image element of this WebNavBar instance Parameters Remarks
|
| GetTextElement | Description Gets the HTML Text element of this WebNavBar instance Parameters Remarks
|
| GetElement | Description Gets the HTML element of this WebNavBar instance Parameters Remarks
|
| GetFooterElement | Description Gets the HTML footer element of this WebNavBar instance Parameters Remarks
|
| IsActive | Description Gets the value indicating whether this WebNavBar instance is currently active Parameters Remarks
|
| SetCaption | Description Sets the caption of this WebNavBar instance Parameters
|
| SetImage | Description Sets the image of this WebNavBar instance Parameters
|
| SetDisable | Description Disabled this WebNavBar instance Parameters Remarks
|
| SetEnable | Description Enabled this WebNavBar instance Parameters Remarks
|
| SetActive | Description Activated this WebNavBar instance Parameters Remarks
|
| Click | Description Trigger the click event of this WebNavBar instance Parameters Remarks
|