[Visual Basic]<(Name:="jperry", Email:="null", Version:="null", Date:=5/2/2003 12:00:00 AM, Comment:="Added BindOptionChildren and BindOptionSiblings and edited comments.")>Public Enum BindOption [C#][(Name="jperry", Email="null", Version="null", Date=5/2/2003 12:00:00 AM, Comment="Added BindOptionChildren and BindOptionSiblings and edited comments.")]public enum BindOption [C++][(Name="jperry", Email="null", Version="null", Date=5/2/2003 12:00:00 AM, Comment="Added BindOptionChildren and BindOptionSiblings and edited comments.")]public __value enum BindOption [JScript] public enum BindOption
| Member Name | Description |
|---|---|
| BindOptionNone | No bind. Control will be filled by external procedure |
| BindOptionTop | First level will be binded. The topmost series of tabs (Home and sibilings) If structure permits, all decendents will also be bound. |
| BindOptionCurrentChilds | Bind level under root level. (2nd level) If structure permits, all decendents will also be bound. |
| BindOptionSubtabSibling | If at root, bind children. Otherwise bind siblings. If structure permits, all decendents will also be bound. |
| BindOptionChildren | Children of current tab will be bound. (All the tabs that have current tab as parent) If structure permits, all decendents will also be bound. |
| BindOptionSiblings | Siblings of current tab will be bound. (Along with current tab) If structure permits, all decendents will also be bound. |
| BindOptionDefinedParent | Use the variable BindParent. |
| BindOptionTabSibling |
Namespace: Rainbow.Framework.Web.UI.WebControls
Assembly: Rainbow.Framework.Core (in Rainbow.Framework.Core.dll)
Rainbow.Framework.Web.UI.WebControls Namespace