InputPanel for WinForms帮助文档
InputComponentCollection 类 成员
属性  方法 


以下表中列出了InputComponentCollection的公开成员.

公共 属性
 名称说明
Public 属性Capacity (从System.Collections.CollectionBase继承)
Public 属性Count (从System.Collections.CollectionBase继承)
Public 属性Item重载. Gets or sets the InputComponent at the specified position in the collection.  
页首
保护 属性
 名称说明
Protected 属性InnerList (从System.Collections.CollectionBase继承)
Protected 属性List (从System.Collections.CollectionBase继承)
页首
公共 方法
 名称说明
Public 方法AddAdds the specified InputComponent to the collection.  
Public 方法Clear重载. Removes all components from the collection, then disposes the components.  
Public 方法Contains重载. Determines whether this collection contains the specified InputComponent.  
Public 方法GetEnumerator (从System.Collections.CollectionBase继承)
Public 方法IndexOf重载. Determines the index of a specific InputComponent in the collection.  
Public 方法InsertInserts the specified InputComponent into this collection at the given index.  
Public 方法Remove重载. Removes the first occurrence of the specified InputComponent from the collection.  
Public 方法RemoveAt (从System.Collections.CollectionBase继承)
页首
保护 方法
 名称说明
Protected 方法OnClear重写. Performs additional custom processes when clearing the contents of the InputComponentCollection instance.  
Protected 方法OnClearComplete重写. Performs additional custom processes after clearing the contents of the InputComponentCollection instance.  
Protected 方法OnInsert (从System.Collections.CollectionBase继承)
Protected 方法OnInsertComplete重写. Performs additional custom processes after inserting an InputComponent into the InputComponentCollection instance.  
Protected 方法OnRemove (从System.Collections.CollectionBase继承)
Protected 方法OnRemoveComplete重写. Performs additional custom processes after removing an InputComponent from the InputComponentCollection instance.  
Protected 方法OnSet (从System.Collections.CollectionBase继承)
Protected 方法OnSetComplete重写. Performs additional custom processes after setting an InputComponent in the InputComponentCollection instance.  
Protected 方法OnValidate重写. Checks that the value argument derives from InputComponent.  
页首
请参见

引用

InputComponentCollection 类
C1.Win.C1InputPanel 命名空间

Send Feedback