[]
        
(Showing Draft Content)

C1.Win.C1Command.C1NavBarPanel.PanelCollection

C1NavBarPanel.PanelCollection Class

The collection of navigation bar panels.

Inheritance
PagedControlsCollectionBase
C1NavBarPanel.PanelCollection
Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
[ListBindable(false)]
public class C1NavBarPanel.PanelCollection : PagedControlsCollectionBase, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets or sets the element at the specified index.

this[string]

Gets a C1NavBarPanel with the specified key from the collection.

Methods

Name Description
BeginUpdate()

This [method|property|class] is for internal use only.

EndUpdate()

This [method|property|class] is for internal use only.

FindID(int)

Looks for the panel in the collection with the specified value of the ID property.

IndexOfID(int)

Determines the index of the item in the collection with the specified value of the ID property.

IndexOfKey(string)

Returns the index of the first occurrence of the C1NavBarPanel with the specified key.

OnPageAdded(Control)

This method is for internal use only.

OnPageRemoved(Control, int)

This method is for internal use only.

check_page(object)

This method is for internal use only.