Insert
CustomCommandButtonCollection.Insert method
在索引处插入一个按钮。
public void Insert(int index, object value)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 指数。 |
value | Object | 自定义命令按钮对象。 |
在索引处插入一个按钮。
public void Insert(int index, object value)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 指数。 |
value | Object | 自定义命令按钮对象。 |