ToolBar.ToolBarButtonCollection 成员

封装一个 ToolBarButton 控件的集合,供 ToolBar 类使用。

下表列出了由 ToolBar.ToolBarButtonCollection 类型公开的成员。

公共构造函数

  名称 说明
Public method ToolBar.ToolBarButtonCollection 初始化 ToolBar.ToolBarButtonCollection 类的新实例,并将其分配给指定的工具栏。

页首

公共属性

  名称 说明
Public property Supported by the .NET Compact Framework Count 获取工具栏按钮集合中的按钮数。
Public property Supported by the .NET Compact Framework IsReadOnly 获取一个值,该值指示集合是否为只读。
Public property Supported by the .NET Compact Framework Item 已重载。获取或设置集合中的 ToolBarButton

页首

公共方法

(请参见 受保护的方法 )

  名称 说明
Public method Supported by the .NET Compact Framework Add 已重载。 将新的工具栏按钮添加到工具栏按钮集合的末尾。
Public method AddRange 将一个工具栏按钮集合添加到此工具栏按钮集合中。
Public method Supported by the .NET Compact Framework Clear 从工具栏按钮集合中移除所有按钮。
Public method Supported by the .NET Compact Framework Contains 确定指定的工具栏按钮是否是集合的成员。
Public method ContainsKey 确定集合中是否包含具有指定键的 ToolBarButton
Public method Supported by the .NET Compact Framework Equals  已重载。 确定两个 Object 实例是否相等。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework GetEnumerator 返回一个可用于循环访问工具栏按钮集合的枚举数。
Public method Supported by the .NET Compact Framework GetHashCode  用作特定类型的哈希函数。GetHashCode 适合在哈希算法和数据结构(如哈希表)中使用。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework GetType  获取当前实例的 Type。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework IndexOf 检索集合中指定工具栏按钮的索引。
Public method IndexOfKey 检索具有指定键的 ToolBarButton 的第一个匹配项的索引。
Public method Supported by the .NET Compact Framework Insert 在指定位置插入工具栏按钮集合中的现有工具栏按钮。
Public method Static Supported by the .NET Compact Framework ReferenceEquals  确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework Remove 从工具栏按钮集合中移除给定按钮。
Public method Supported by the .NET Compact Framework RemoveAt 从工具栏按钮集合中移除给定按钮。
Public method RemoveByKey 从集合中移除具有指定键的 ToolBarButton
Public method Supported by the .NET Compact Framework ToString  返回表示当前 ObjectString。 (从 Object 继承。)

页首

受保护的方法

  名称 说明
Protected method Supported by the .NET Compact Framework Finalize  允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (从 Object 继承。)
Protected method Supported by the .NET Compact Framework MemberwiseClone  创建当前 Object 的浅表副本。 (从 Object 继承。)

页首

显式接口实现

  名称 说明
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.ICollection.CopyTo 从特定的 Array 索引处开始,将 ICollection 的元素复制到一个 Array 中。
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Add 将指定的工具栏按钮添加到工具栏按钮集合的末尾。
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Contains 确定该集合是否包含特定值。
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.IndexOf 确定集合中特定项的索引。
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Insert 在指定位置插入工具栏按钮集合中的现有工具栏按钮。
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Remove 从集合中移除某项的第一个匹配项。
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.ICollection.IsSynchronized 获取一个值,该值指示对集合的访问是否为同步的(线程安全)。
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.ICollection.SyncRoot 获取可用于同步访问按钮集合的对象。
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.IList.IsFixedSize 获取一个值,该值指示集合是否具有固定大小。
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.IList.Item 获取或设置指定索引处的项。

页首

请参见

参考

ToolBar.ToolBarButtonCollection 类
System.Windows.Forms 命名空间
ToolBar 类
ToolBarButton