ToolBar.ToolBarButtonCollection(ToolBar) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 ToolBar.ToolBarButtonCollection 类的新实例,并将其分配给指定的工具栏。
public:
ToolBarButtonCollection(System::Windows::Forms::ToolBar ^ owner);
public ToolBarButtonCollection (System.Windows.Forms.ToolBar owner);
new System.Windows.Forms.ToolBar.ToolBarButtonCollection : System.Windows.Forms.ToolBar -> System.Windows.Forms.ToolBar.ToolBarButtonCollection
Public Sub New (owner As ToolBar)
参数
- owner
- ToolBar
ToolBar,它是 ToolBarButton 控件集合的父项。
注解
通常不会创建 ToolBar.ToolBarButtonCollection 并显式调用其构造函数。 通过引用 Buttons 控件的属性 ToolBar ,将创建一个 ToolBar.ToolBarButtonCollection 控件。 然后,可以访问其属性和方法,并将控件分配给 ToolBarButton 集合。