StatusBar.StatusBarPanelCollection.IList.Insert(Int32, Object) 方法

定义

将指定的 StatusBarPanel 插入集合中的指定索引处。

 virtual void System.Collections.IList.Insert(int index, System::Object ^ value) = System::Collections::IList::Insert;
void IList.Insert (int index, object value);
abstract member System.Collections.IList.Insert : int * obj -> unit
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, value As Object) Implements IList.Insert

参数

index
Int32

插入面板的从零开始的索引位置。

value
Object

表示要插入的面板的 StatusBarPanel

实现

例外

index 参数小于零或大于 Count 属性的值。

value 不是 StatusBarPanel

- 或 -

value 的父级不为 null

适用于