Vcl.Taskbar.TThumbBarButtonList.operator []

From RAD Studio API Documentation
Jump to: navigation, search

C++

TThumbBarButton* operator[](int Index) { return this->Items[Index]; }

Properties

Type Visibility Source Unit Parent
function public Vcl.Taskbar.hpp Vcl.Taskbar TThumbBarButtonList

Description

Returns the item with the specified index.

See Also