Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the index of the toolbar item within the parent.
Syntax
Visual Basic Overridable Public ReadOnly Property Index As int C# public virtual int Index { get; } Managed C++ public: __property virtual int get_Index(); JScript public function get Index() : int;
Possible Values
iIndex int that receives the index of the toolbar item within the parent. The property is read-only. The property has no default value.
Applies To
ToolbarItem
See Also