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 Overrides Public ReadOnly Property Index As int C# public override int Index { get; } Managed C++ public: __property int get_Index(); JScript public override 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
TOOLBARCHECKBUTTON
See Also