CommandBar.Index 属性

定义

返回一个 Integer 类型的值,表示集合中对象的索引号。

public:
 property int Index { int get(); };
public int Index { get; }
member this.Index : int
Public ReadOnly Property Index As Integer

属性值

注解

第一个命令栏控件的位置为 1。 分隔符不计入集合中 CommandBarControls

适用于