C1.Win.C1InputPanel 命名空间 : InputComponentCollection 类 |
以下表中列出了InputComponentCollection的公开成员.
名称 | 说明 | |
---|---|---|
![]() | Capacity | (从System.Collections.CollectionBase继承) |
![]() | Count | (从System.Collections.CollectionBase继承) |
![]() | Item | 重载. Gets or sets the InputComponent at the specified position in the collection. |
名称 | 说明 | |
---|---|---|
![]() | Add | Adds the specified InputComponent to the collection. |
![]() | Clear | 重载. Removes all components from the collection, then disposes the components. |
![]() | Contains | 重载. Determines whether this collection contains the specified InputComponent. |
![]() | GetEnumerator | (从System.Collections.CollectionBase继承) |
![]() | IndexOf | 重载. Determines the index of a specific InputComponent in the collection. |
![]() | Insert | Inserts the specified InputComponent into this collection at the given index. |
![]() | Remove | 重载. Removes the first occurrence of the specified InputComponent from the collection. |
![]() | RemoveAt | (从System.Collections.CollectionBase继承) |
名称 | 说明 | |
---|---|---|
![]() | OnClear | 重写. Performs additional custom processes when clearing the contents of the InputComponentCollection instance. |
![]() | OnClearComplete | 重写. Performs additional custom processes after clearing the contents of the InputComponentCollection instance. |
![]() | OnInsert | (从System.Collections.CollectionBase继承) |
![]() | OnInsertComplete | 重写. Performs additional custom processes after inserting an InputComponent into the InputComponentCollection instance. |
![]() | OnRemove | (从System.Collections.CollectionBase继承) |
![]() | OnRemoveComplete | 重写. Performs additional custom processes after removing an InputComponent from the InputComponentCollection instance. |
![]() | OnSet | (从System.Collections.CollectionBase继承) |
![]() | OnSetComplete | 重写. Performs additional custom processes after setting an InputComponent in the InputComponentCollection instance. |
![]() | OnValidate | 重写. Checks that the value argument derives from InputComponent. |