[]
Represents a collection of C1DockingTabPage elements.
[ListBindable(false)]
public class C1DockingTabPages : PagedControlsCollectionBase, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| this[int] | Gets or sets the element at the specified index. |
| this[string] | Gets a dockingtab page with the specified key from the collection. |
| VisibleCount | Returns number of pages where TabVisible property is True. |
| Name | Description |
|---|---|
| BeginUpdate() | This method is for internal use only. |
| Clear() | Removes all items from the IList. |
| EndUpdate() | This method is for internal use only. |
| IndexOfKey(string) | Returns the index of the first occurrence of the C1DockingTabPage with the specified key. |
| OnPageAdded(Control) | This method is for internal use only. |
| OnPageRemoved(Control, int) | This method is for internal use only. |
| OnPageRemoved2(Control, int) | This method is for internal use only. |
| RemoveAt(int) | Removes the IList item at the specified index. |
| check_page(object) | This method is for internal use only. |