[]
        
(Showing Draft Content)

C1.Win.Command.C1DockingTabPages

C1DockingTabPages Class

Represents a collection of C1DockingTabPage elements.

Inheritance
PagedControlsCollectionBase
C1DockingTabPages
Namespace: C1.Win.Command
Assembly: C1.Win.Command.8.dll
Syntax
[ListBindable(false)]
public class C1DockingTabPages : PagedControlsCollectionBase, IList, ICollection, IEnumerable

Properties

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.

Methods

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.