ClientIndex Property
The flat index of the ToolbarItem.
Syntax
Visual Basic Overridable Protected ReadOnly Property ClientIndex As int C# protected virtual int ClientIndex { get; } Managed C++ protected: __property virtual int get_ClientIndex(); JScript protected function get ClientIndex() : int;
Possible Values
iIndex int that receives the index of the ToolbarItem within the parent. The property is read-only. The property has no default value.
Applies To
ToolbarItem
See Also