InputPanel for WinForms帮助文档
InputComponentCollection 类
成员 






Represents a collection of InputComponent objects.
对象模型
InputComponentCollection 类
语法
'声明
 
<System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1InputPanel.Design.InputCollectionEditor, C1.Win.C1InputPanel.2, Version=2.0.20141.179, Culture=neutral, PublicKeyToken=79882d576c6336da")>
<System.Reflection.DefaultMemberAttribute("Item")>
<System.ComponentModel.ListBindableAttribute(False)>
Public Class InputComponentCollection 
   Inherits System.Collections.CollectionBase
'用法
 
Dim instance As InputComponentCollection
[System.ComponentModel.Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1InputPanel.Design.InputCollectionEditor, C1.Win.C1InputPanel.2, Version=2.0.20141.179, Culture=neutral, PublicKeyToken=79882d576c6336da")]
[System.Reflection.DefaultMember("Item")]
[System.ComponentModel.ListBindable(false)]
public class InputComponentCollection : System.Collections.CollectionBase 
public class InputComponentCollection = class(System.Collections.CollectionBase)
System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1InputPanel.Design.InputCollectionEditor, C1.Win.C1InputPanel.2, Version=2.0.20141.179, Culture=neutral, PublicKeyToken=79882d576c6336da")
System.Reflection.DefaultMemberAttribute("Item")
System.ComponentModel.ListBindableAttribute()
public class InputComponentCollection extends System.Collections.CollectionBase
[System.ComponentModel.Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1InputPanel.Design.InputCollectionEditor, C1.Win.C1InputPanel.2, Version=2.0.20141.179, Culture=neutral, PublicKeyToken=79882d576c6336da")]
[System.Reflection.DefaultMember("Item")]
[System.ComponentModel.ListBindable(false)]
public __gc class InputComponentCollection : public System.Collections.CollectionBase 
[System.ComponentModel.Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1InputPanel.Design.InputCollectionEditor, C1.Win.C1InputPanel.2, Version=2.0.20141.179, Culture=neutral, PublicKeyToken=79882d576c6336da")]
[System.Reflection.DefaultMember("Item")]
[System.ComponentModel.ListBindable(false)]
public ref class InputComponentCollection : public System.Collections.CollectionBase 
继承层次

System.Object
   System.Collections.CollectionBase
      C1.Win.C1InputPanel.InputComponentCollection

需求

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

请参见

引用

InputComponentCollection 成员
C1.Win.C1InputPanel 命名空间

Send Feedback